Glance API Simple API written in Go for the Glance app. Installation Make sure to export PORT, SECRET, DBHOST, DBUSER, DBPASSWORD and DBNAME. go build -o glance-api main.go ./glance-api Endpoints To do... POST /authenticate POST /suggested-subreddits GET /subscriptions PUT /subscriptions/{id} DELETE /subscriptions/{id}