Skip to content

A MERN based food delievery app, where vendors can update and edit the food items they sell and buyer can go through these food items and buy according food items, included features like statistics page, fuzzy search and many more

Notifications You must be signed in to change notification settings

PrayushPai/Foordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 1 - MERN Stack Food Ordering Protal

Extra Features Attempted
  • Email to the buyers on acceptance/rejection of their order.

  • Graphs to visualise batch-wise, age-wise distribution of completed orders.

Installations

Email JS
  • For Linux in your frontend:
npm i emailjs-com
Chart MUI

*For Linux in your frontend:

npm i @devexpress/dx-react-chart-material-ui
Running the code
  • Run Mongo daemon:
sudo mongod

Mongo will be running on port 27017.

  • Run Express Backend:
cd backend/
npm install
npm start
  • Run React Frontend:
cd frontend
npm install/
npm start

Navigate to http://localhost:3000/ in your browser.

About

A MERN based food delievery app, where vendors can update and edit the food items they sell and buyer can go through these food items and buy according food items, included features like statistics page, fuzzy search and many more

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages