martinezga / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Go 87.8%Language:Makefile 12.2%