Skip to content

An UberEats clone designed and developed as a Prog IV: Software Engineering final project

Notifications You must be signed in to change notification settings

chrisStepien/MRUEats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMP 3504 Final - MRU Eats

MRU Eats is an online food delivery service for MRU Students.

Preview

Home Page

HomePage

Registration Page

RegisterPage

Login Page

LoginPage

Account Page

AccountPage

Courier Page

CourierPage

Order History Page

OrderHistory

Team Members

Run Locally

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