Nadeem Tarin Hall is a resident-hall basically for engineering students of Zakir Hussain College of Engineering And Technology,Aligarh Muslim University.Being a resident of this hall a have faced a severe problem of waiting for hours for our foods in canteen after ordering foods.Thus I have provided a solution to this problem by building a web-app that deals with majority of problems related to its management.
This projects aims at providing an easy access to canteen foods to the hostellers so that they no long wait for hours outside canteen for their foods
- Comment section and description page
- Billing and order food page
- CLIENT SIDE - HTML,CSS,BOOTSTRAP
- SERVER SIDE - Node,Express,Passport.js
- DATABASE- MONGODB
- API-STRIPE API
- Node.js & NPM v8.4.0
- Mongo 2.2.3
- Clone this repo
- Run
npm install
to install dependencies - Run
npm run dep
to run dependencies like mongo , dont forget to enter root password after running command for mongo. - Run
npm run seed
to seed database on another terminal
- Copy file
.env.example
to.env
and change env details if needed - After doing seed and running dependencies, run
npm start
- Then visit http://localhost:3000 to access app
- Run server before test
- Run
npm t
List of features are
-
providing a platform where canteen employeers can add,edit,delete their menus of their canteen.
-
providing a platform where hostellers can comment regarding the foods,services etc they get availed.
-
providing a system where hostellers can pick up their foods and place order through internet banking,or cash on delivery.
-
A one time registration sysytem to get registered .You can pay us through credit or debit card.
Project is: in progress