Skip to content

Daksh-10/Restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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