vinutama / project-sprint-eniqilo-store

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Go 97.0%Language:Makefile 1.7%Language:Dockerfile 1.2%