KL Eats is a innovative platform designed to streamline campus dining for students and faculty. Our mission is to provide a convenient way to pre-order and book meals from various canteens across our campus. This project was developed with the invaluable support of KL GLUG (GNU/Linux User Group), showcasing the power of open-source collaboration in creating practical solutions for our campus community.
- Clone the repository or download the zip folder.
- Extract the zip folder.
- Import the data from the
FoodOrderingWebsite.sql
file to yourMySQL
Database. - Install NodeJS in your system.
- Go to the folder where you have extracted or cloned the project.
- Open command prompt or terminal having the same location where your project is.
- Type
npm install
in your command prompt or terminal. - Now to run the project on your server type
npm start
.