beeker1121 / estimator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Estimator

Dev Startup

  1. Export the following variables:
DB_HOST=localhost
DB_PORT=3306
DB_NAME=estimator
DB_USER=root
DB_PASS=*
  1. Run docker-compose up in separate terminal.

  2. Browse to cmd/api and run go run main.go:

About


Languages

Language:Go 83.0%Language:Shell 17.0%