This repository has been archived on 2023-07-09. You can view files and clone it, but cannot push or open issues or pull requests.
sudoscientist-go-backend/README.md

7 lines
159 B
Markdown
Raw Normal View History

2019-02-03 05:56:29 +00:00
# sudoscientist
2019-02-03 06:57:08 +00:00
Sudo Scientist blog
API_PORT=8080 DBHOST="postgres.localhost" DBPORT="5432" DBUSER="asara" DBPW="PW" DBNAME="sudoscientist" \
go run main.go