Categorygithub.com/KGRC199913/ourdemy_backend
repository
0.0.0-20210115035628-1b56600e7ce1
Repository: https://github.com/kgrc199913/ourdemy_backend.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Ourdemy Backend

This is the repo of Ourdemy backend

License

MIT License

config example:

{
  "Port": 8080,
  "DbUsername": "admin",
  "DbPassword": "root",
  "DbUrl": "localhost:27017",
  "DbName": "YOUR_DB_NAME",
  "Secret": "YOUR_SECRET",
  "SPARKPOST_API_KEY": "YOUR_API_KEY"
}
Please change the parameters to suit with local dev env and then put the config.json into config dir.

###DO NOT PUSH THE CONFIG FILE TO THE REPOSITORY!!!