Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 617 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 617 Bytes

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