SmartVMC is a food-ordering app made by students of Birla Institute of Technology and Science-Pilani, Hyderabad Campus, for our Software Engineering Course Project
Contributors
- Garvit Kashyap (Scrum Master an Developer)
- Rishab Jain (Product Owner and Developer)
- Login and Sign-Up for both Customer and Vendor
- Search for food outlets, even if you're not logged in
- Add and delete items in your cart
- Place an order
- Search for food items in a vendor's menu
- Rate an order
- Update order status from 'In-progress' to 'Completed'
- Add and delete items in your menu
- See a dashboard for vendor side
These are the tools we used to create the app
- ReactJS
- MongoDB
- Javascrip
- Node.js
- Express
Install the dependencies and devDependencies and start the server. Navigate to the main folder and run the following commands
The server is hosted on PORT 8000
cd server
npm install
npm run watch
The client is hosted on PORT 3000
cd client
npm install
npm start
- Write tests
- Host on Heroku