Skip to content

A simple restaurant API that performs CRUD operations with the data from MongoDB

Notifications You must be signed in to change notification settings

seungwoo-ji/Restaurant-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant-API

A simple restaurant API that performs CRUD operations with the restaurant data from MongoDB.

Get a List of Restaurants (GET)

/api/restaurants?Page=[Number of Page to display]&perPage=[Number of Restaurants per Page]&borough=[Name of Borough, Optioonal]

Get a Restaurant (GET)

/api/restaurants/[Restaurant ID]

Add a New Restaurant (POST)

/api/restaurants/

Update a Restaurant (PUT)

/api/restaurants/[Restaurant ID]

Delete a Restaurant (DELETE)

/api/restaurants/[Restaurant ID]

About

A simple restaurant API that performs CRUD operations with the data from MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published