Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 381 Bytes

File metadata and controls

25 lines (13 loc) · 381 Bytes

Server

Required: Docker and make

##Setup postgres:

make postgres

BEFORE RUNNING, MAKE SURE YOU HAVE THE CONFIG FOLDER.

How to run:

go run *.go

How to use:

Navigate to

localhost:8088

in your browser, or hit that url with postman to get a response back.

Available remotely at https://antidose-go.herokuapp.com/ any commits to master will auto-deploy here as well