MRU Eats is an online food delivery service for MRU Students.
Clone the project
git clone https://github.com/SidhantKaushik/MRUEats
Go to the project directory
cd MRUEats
Edit .env File
Create a copy of .env_template
Rename to .env
Install dependencies
npm install
cd ./frontend
npm install
Go back to the project directory
cd ../
Start the server
npm run dev