- e-commerce dataset from PostgreSQL DB
- implemented with repository pattern and echo framework.
- .rest file for sample api calls (VS code Extension: REST Client)
- Visual Studio Code (VS code) for go
Dependent Programs:
- go
- gofumpt used for formatting code.
- golangci-lint enforce the best practices/rules.
- make usually available in linux/unix based systems.
Command available/help:
- Below command will list available targets.
make help