- A Food Ordering Website based on React gives an immersive minimalist experience.
- This website enables the user to order food from their favourite restaurants with simple steps.
- Minimal UI Experience
- Custom Restaurant cards and Menus
- Order from multiple restaurants in single payment
- Simple order tracking
- Credit Card payment using Stripe API
- Email testing using MailTrap API
Client: React, Redux, Bootstrap
Server: Node, Express
Database: MongoDB Cloud
Payment Management Stripe
Link to Demo on Youtube : Live Demo Link
To run this project, you will need to add the following environment variables to your config.env file
MongoDB Cloud Connection String
Cloudinary API_KEY
Stripe API_KEY
MailTrap API_KEY
Download the project file
Go to the Frontend directory in your system in the first terminal
cd FrontendGo to the Backend directory in your system in the second terminal
cd BackendStart the React-app in first terminal
npm startStart the server in second terminal
nodemon run serverTo deploy this project
npm run build