/categories-system-golang

Microservice responsible for managing the categories and tags of an e-commerce, ensuring personalized product classification built in GO with Gin Gonic + Gorm.

Primary LanguageGo

E-commerce Category and Tags System

📖 Description

Microservice responsible for managing the categories and tags of an e-commerce, ensuring personalized product classification.

🔧 Technologies used

✨ Local environment set up

  • 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