A simple, secure, scalable api with Golang
Devbook API with Golang
$ go mod tidy
# development
$ go run main.go
# production mode
$ go build
- Add migrations in the project
- Add dockerfile for development and production envoirments
- Add hot reload in the project
- Improve Postman collection with envs and scripts to provide variables
- Add unit tests on the project
- Add SQLC