Backend system of an e-commerce platform written in Go using Gin framework
To run the project locally, make sure to have Docker and Docker Compose installed on your local computer.
- Build the app
make run-build
- Run the app
make run run-dev
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
- Docker
- Gin
- Postgres