Skip to content

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

Notifications You must be signed in to change notification settings

martinezga/categories-system-golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published