Microservice responsible for managing the categories and tags of an e-commerce, ensuring personalized product classification.
- Golang
- Gin
- Gorm
- postgresql - https://www.elephantsql.com/
- Docker
- Makefile
- Install dependencies:
make install - Copy _.env to .env and fill in the variables:
$ cp _.env .env - Run locally:
make run - Run lint:
make lint - Run tests:
make test - Run with Docker:
make docker/up - Show available make commands:
make help