Khana Khazana is a food ordering website created by Shivam Jha, Shakyan Kushwaha, and Shikhar Awasthi as a DBMS project.
Make sure you have node, MySQL, and git installed in your system beforehand.
Clone the git repo using the following command
git clone https://github.com/ShivamJhaa/FoodOrderingWebsite.git
Move to the project directory
cd FoodOrderingWebsite
Install all the dependencies using the following command.
npm install
Configure the database using the foodlogin.sql file
Go to localhost:3000 in your browser to run the website
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.