- Create
.envfile - Create env dependent files (depend on your env)
.env.release.env.debug(for development).env.test
- Add values from
.env.example(env dependent variables eg.DB_NAMEmust be added to each dependent env file)
This project using air for hot reloading and goreman to have nice terminal colors and process separations.
make build-dependenciesmake start-devTo visit app locally: localhost:8080
Check Postman collection for API endpoints detail.
npm run buildmake testThis project is created to complete Web Certification Path using Golang at Nimble