Implement shop with CRUD for some item.
Main:
- Golang
- Docker
- Docker-compose
Add:
- Postman
You can run ptoject using Makefile or use terminal.
During start all env variables start inside ./cmd/.. parts. During work you can update variables or useing -envVars flag to add all env variables(may be update).
To check all endpoints you can use Postman program and upload shop.postman_collection.json file. It will show all endpoints and structure of request.