Skip to content

E-commerce backend service written in Go with Gin

Notifications You must be signed in to change notification settings

Jonath-z/JLB-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JLB-backend

Backend system of an e-commerce platform written in Go using Gin framework

Run

To run the project locally, make sure to have Docker and Docker Compose installed on your local computer.

Run using make file

  • Build the app
make run-build
  • Run the app
make run run-dev

Run using docker command

If you don't have make installed or you just don't like make command, you can still build and run the project locally.

  • Build the app
docker-compose up
  • Run the app
docker-compose up --build

Tech stack

  • Docker
  • Gin
  • Postgres

About

E-commerce backend service written in Go with Gin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published