Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.21 KB

Restaurant Ordering And Viewing

A web application for a restaurant that allows customers to browse the menu and place orders. Website

Steps to reproduce the code

  1. Clone the repository

#Frontend

  1. Step into the frontend directory cd frontend
  2. Install all the dependency npm install npm install -D tailwindcss
  3. In the terminal run npm run dev in the base directory.
  4. To view the website open the provided localhost link.

#Backend

  1. Step into the backend directory cd backend
  2. Install required dependencies npm install
  3. Change the url variable in frontend files in 'screens' directory (Staff, StaffAuth, User and UserAuth) to 'localhost:3000' to host locally and work locally.

#Images of the website

  1. The Landing Page (SignUp and Login)

image

  1. The User Dashboard

image

  1. The Staff Dashboard

image