URL Routes - mollyarwood/CS467_Capstone_Project GitHub Wiki

(Matt) My quick thoughts on the needed routes. Definitely open for discussion.

GET /auth
POST /auth
GET /logout

GET /api/accounts
POST /api/accounts
PATCH /api/accounts/:id
DELETE /api/accounts/:id
GET /api/accounts/:id/awards

POST /api/awards
DELETE /api/awards/:id