/project-sprint-eniqilo-store

EniQilo is a cashier application for staff to serve customer purchases.

Primary LanguageGo

Project Sprint EniQilo Store App

EniQilo is a cashier application for staff to serve customer purchases.

How to run local (dev purposes)

  • Create file eniqilo-store.env
DB_NAME=
DB_HOST=
DB_USERNAME=
DB_PASSWORD=
DB_PORT=5432

BCRYPT_SALT=8
JWT_SECRET=
  • run make build-dev
  • run make run-dev

if you're running this for the first time, do:

  • run make migrate-db

Stacks

  • Golang >1.21.0
  • Go Fiber
  • Postgres
  • Docker