A web application for a restaurant that allows customers to browse the menu and place orders. Website
Steps to reproduce the code
- Clone the repository
#Frontend
- Step into the frontend directory
cd frontend - Install all the dependency
npm installnpm install -D tailwindcss - In the terminal run
npm run devin the base directory. - To view the website open the provided localhost link.
#Backend
- Step into the backend directory
cd backend - Install required dependencies
npm install - 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
- The Landing Page (SignUp and Login)
- The User Dashboard
- The Staff Dashboard


