Categorygithub.com/HMadhav/CRM
modulepackage
0.0.0-20221223063336-49c8432f3414
Repository: https://github.com/hmadhav/crm.git
Documentation: pkg.go.dev

# README

CRM

Requirements

  1. GO
  2. MongoDB

Steps to run the project

  1. Clone the repo
  2. Make sure you have Go and MongoDB installed(Here i have used mongodb Atlas free tier)
  3. install all the pkg (go mod tidy)
  4. create a .env file in the root of project
  5. Past the below code in .env file and provide the Username and password.

    Example MONGOURI=mongodb+srv://USERNAME:[email protected]/?retryWrites=true&w=majority.

  6. Run the below command in root of your project.

    go run main.go

  7. You can import the postman collection(CRM.postman_collection.json) attached in this project to test the API endpoints.
  8. 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