Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 241 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 241 Bytes

Setup guide

Frontend

cd front-end
npm install
npm start

Database

Setup a postgresql database locally
edit dsn in /back-end/database/db.go accordingly

Backend

cd back-end
go install
go run main.go