/
GET /shops
GET /shops/:shopId
POST /shops
PATCH /shops/:shopId
DELETE /shops/:shopId
GET /nominees
GET /nominees/:nomineeId
POST /nominees
PATCH /nominees/:nomineeId
DELETE /nominees/:nomineeId
- Rename the .env.template to .env
- Fill the variables
- Do your magic and have a coffee :)
- Add production URL to enable CORS properly
- Overall documentation can be found here