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.exampleto a new fileconn.phpin 'php' folder and add the required values in variables. - Import the database from
databasefolder to your phpMyAdmin. - Type the command
php -S localhost:9999in the terminal in your local repository.