/Foordle

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

Primary LanguageJavaScript

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.