sudoscientist blog backend https://sudoscientist.com
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.
Find a file
2019-02-03 02:05:34 -05:00
packages Remove manual sql and add it to startup 2019-02-03 02:05:34 -05:00
.gitignore Initial commit 2019-02-03 00:56:29 -05:00
LICENSE Initial commit 2019-02-03 00:56:29 -05:00
main.go Base stuff from other project 2019-02-03 01:57:08 -05:00
README.md Base stuff from other project 2019-02-03 01:57:08 -05:00

sudoscientist

Sudo Scientist blog

API_PORT=8080 DBHOST="postgres.localhost" DBPORT="5432" DBUSER="asara" DBPW="PW" DBNAME="sudoscientist"
go run main.go