FoodTime: A food ordering application using React
FoodTime
FoodTime – MERN stack food ordering application.
Website: https://foodtime-app.herokuapp.com
Overview:
- Designed for two types of user: Consumer and Restaurant Manager.
- Users with the role of Restaurant Manager can add their restaurants by providing it’s information.
- Multiple dishes can be added in the restuarant.
- Users with the role of Consumer can view all the restaurants, see its description and their dishes.
- Consumers can Place an Order by ordering the dishes by entering its quantity.
Technologies Used
- Reactjs
- MongoDB
- Nodejs
- Expressjs
- Materializecss
- Json Web Token
Installation
- Clone the repository
- Go to the project directory and run the following commands
npm install
to install all the dependencies.
npm run dev
to start the application.