Requirements go docker Run Locally Clone the project git clone git@github.com:causeUrGnocchi/store.git Go to the project directory cd store Start the database docker compose up Start the server (Available at port 8080 by default) go run main.go