Skip to content

enesarda22/bogazici-yemekhane-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bogazici-yemekhane-api

A RESTful api of bogazici university cafeteria menu.

Technologies

Setup

This project requires Node.js to build, if you don't have node installed on your device, please refer to installation instructions here.

Install dependencies

npm i

Use

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

Example site

https://bogazici-yemekhane-api.herokuapp.com/

https://bogazici-yemekhane-api.herokuapp.com/foods

https://bogazici-yemekhane-api.herokuapp.com/meals

About

A RESTful api of bogazici university cafeteria meals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published