A RESTful api of bogazici university cafeteria menu.
This project requires Node.js to build, if you don't have node installed on your device, please refer to installation instructions here.
npm i
Setup a mongodb server and run app.js typing
node app.js
GET | POST | |
---|---|---|
/meals | fetches all meals until the end of the month | - |
/foods | fetches all foods | - |
/meals/:date | fetches all meals in specified day | - |
/foods/:category | fetches all foods in specified category | updates category |
https://bogazici-yemekhane-api.herokuapp.com/