Skip to content

Albert221/GlanceApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

API for Glance mobile app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages