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