I'm thinking this will have the following routes to start with: GET /users GET /user/:id GET /user_by/email/:email GET /user_by/username/:username POST /user POST /user/:id DELETE /user/:id
I'm thinking this will have the following routes to start with:
GET /users
GET /user/:id
GET /user_by/email/:email
GET /user_by/username/:username
POST /user
POST /user/:id
DELETE /user/:id