This is a user interface in a library form format which allows users to add their favourite restaurants along with their favourite type of cuisine served there !
- Fork and clone this repository
- Open it up and make your entry ! Once done , check the local storage for the items being added , the entries are being saved as they are being entered
- If you liked it do give it a star.
- Add a suitable restaurant name
- Select the type of food it serves or the cuisine it provides
- Click on add food and submit !
1)GET RESTAURANTS: return the list of restuarants along with their unique id and menu available.
GET http://localhost:3000/restaurant?id=4197367
2)POST RESTAURANT: User can add a new Restaurant in list along with food aailable and tags to mention
POST http://localhost:3000/restaurant?id=-14661929
3)DELETE RESTAURANT: user can also delete a particular restaurant by hitting the endpoint using specific id of restaurant
DELETE http://localhost:3000/restaurant/72654190
4)PUT :
Raw JSON
id: "4765",
name: "Chilys",
cuisine: "Continental",
hasTakeout: "true",
COD: "false",
onlineDelivery: "Between 8 AM to 9 PM"
API WORKSPACE: https://www.postman.com/api-evangelist/workspace/api-fest-restaurants/api/a615318e-789a-43bf-8d42-0ff899e211fa
The API is developed as a project for API Fest organized by Postman in the span of 26th Jan 2022 and 29th Jan 2022.
- Pratistha Sinha - [ TEAM LEAD ]
- Sauradip Sengupta - Frontend and backend,API Developer [ MEMBER ]
https://drive.google.com/file/d/1wD_0ZK3e22ANzGDQ_6roDZNfWia8gRmE/view?usp=sharing