Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 435 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 435 Bytes

coffeeround-api

backend for coffee-round tracking app

Current API

Update my picture / name }
Get JWT token            } POST /login
Get my details?          }

  -- authed --
Get my rounds            } GET  /round
Get a round details?     } GET  /round/:id
Add a round              } POST /round
Edit a round?            } PUT  /round/:id

Get all users            } GET  /user
Get user details         } GET  /user/:id