Simple CRUD Rest API architecture using postgresql db with standard Library
Todo List
- Unit Testing
- Clean architecture
- Authentication
- Make sure a PostgreSQL server is up and running.
- Create new
.env
file, use.env.sample
file as reference.
Before running please make sure .env
are configured properly.
go run main.go