Skip to content

Prathamesh061/Find-My-Restaurant

Repository files navigation

Find-My-Restaurant

This project aims to develop the backend of a real-world application in Node.js, Express.js and MongoDB. With the find my restaurant application, you can do the following:

  1. Add details of a new restaurant
  2. List down all restaurants present in the locality
  3. Find different categories of restaurants. Ex: few restaurants can be dine-out, and few can be the only takeaway
  4. Find restaurants basis their categories, i.e., whether they are dine-out or takeaway
  5. Find a particular restaurant
  6. Find restaurants based on their ratings. Ex: You want to look for all the restaurants with ratings greater than equal to 4 7. Update details of a particular restaurant
  7. Delete a restaurant
  8. Delete all the restaurants

Tech

  • Node.js
  • Mongodb

Installation

this app requires Node.js v18+ to run.

Install the dependencies and devDependencies and start the server.

Before starting the server please ensure mongodb server is locally installed and running on the default port

cd Find-My-Restaurant
npm install
npm run start or nodemon (if installed)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published