modulepackage
0.0.0-20221223063336-49c8432f3414
Repository: https://github.com/hmadhav/crm.git
Documentation: pkg.go.dev
# README
CRM
Requirements
- GO
- MongoDB
Steps to run the project
- Clone the repo
- Make sure you have Go and MongoDB installed(Here i have used mongodb Atlas free tier)
- install all the pkg (
go mod tidy
) - create a .env file in the root of project
- Past the below code in .env file and provide the Username and password.
Example
MONGOURI=mongodb+srv://USERNAME:[email protected]/?retryWrites=true&w=majority
. - Run the below command in root of your project.
go run main.go
- You can import the postman collection(
CRM.postman_collection.json
) attached in this project to test the API endpoints. - Not using
io/ioutil
It looks like it's depricated.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author