seamus-quinn / exordium-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exordium Backend build status

Synopsis

Exordium backend is a server designed to track and save user progress for the frontend Exordium. It is built with Node, Express, knex, and postgreSQL. You can find the live version here!


Endpoints


Games

GET '/api/v1/games'

Returns an array of game objects.

GET '/api/v1/games/:id'

Returns an individual game object with the corresponding id.


Users

GET '/api/v1/users'

Returns an array of user objects.

POST '/api/v1/users'

Returns the id of the user that was created.


Contributors

Jack Laird - Seamus Quinn

About


Languages

Language:JavaScript 100.0%