Skip to content

DishDash is a food delivery app made using MERN stack

Notifications You must be signed in to change notification settings

Divyam6969/DishDash-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DishDash - Food Delivery Full stack application made using MERN stack

DishDash is a food delivery app built with the MERN stack. It uses bcryptjs for user authentication and various frontend frameworks like Bootstrap and Material UI. The app has a carousel that updates in real time and a search feature that allows users to find dishes by name.

The use of bcryptjs for user authentication ensures that user data is secure, and the use of Bootstrap and Material UI makes the app look and feel great. The carousel and search features make it easy for users to find the dishes they are looking for, and the real-time updates ensure that the app is always up-to-date.

Run Locally

First Run the backend of this project with nodemon

  cd backend
  nodemon ./index.js

Then run this project with npm

  npm run start

Demo

ezgif com-video-to-gif ezgif com-video-to-gif (2)

My Previous Orders myorders

Sign up Page signup page

Login Page login page

DataBase signup details order details

Connections