The aim of this project is to enable an ordering, order pick-up and delivery system in the canteens of hostels of IIT Roorkee. This could give a major boost to the business of canteens and make life simple and efficient for the students by facilitating them with the option to pre-order before visiting the canteen and also with the option of delivery, if feasible.
To set up the file on your device:
- Clone it in your local repository.
- Copy the content of
conn.php.example
to a new fileconn.php
in 'php' folder and add the required values in variables. - Import the database from
database
folder to your phpMyAdmin. - Type the command
php -S localhost:9999
in the terminal in your local repository.