Food Eazy, is an online platform to order food and avoiding the hassle of going out or paying in cash. The users can opt for home delivery or take away as per thier choice and can pay thorugh cash or online methods (PayTM). In the times of COVID-19 where social distancing is such an important measure we think our website can help restaurants and customers.
Project Link - https://food-eazy.onrender.com/
Demo Video - https://www.youtube.com/watch?v=NvLRpNzKYss
User features
- User sign up and login
- 2 factor authentication using email
- Password Reset (Forget Password)
- Search for food items
- Sort the food items (By name or price)
- Save Cart
- Delete Cart
- Order Type - Take Away or Delivery
- Payment Methods - Cash or Online (using PayTM wallet, Debit/Credit card, Net Banking)
- View your current and previous orders
Admin features
- Add new dishes
- Delete dishes
1. Clone this repo by running the following command :-
git clone https://github.com/Devforlife07/FoodEazy
cd foodeazy
2. Now install all the required packages by running the following commands :-
npm install
npm run install-client
3. Now start the react and node server together by running the following command :-
npm run dev
3. Create a .env
file in the project root folder and copy the format of .env.sample
file.
.env.sample
file contains all the environment variables required for running the project.
4. 🎉 Open your browser and go to https://localhost:3000