Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 825 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 825 Bytes

Restaurant-Project

This is built with the MERN stack, TailwindCSS was used for styling and Auth0 for user authentication.

Installation

Install dependencies for server

cd backend
npm install

Install dependencies for frontend

cd backend
npm install

Connect to your mongodb database.

Update the DB_CONNECTION_STRING to your database connection string Ensure data follows the schema within 'restaurant-website/backend/models/menu.json

Run Application

Run express server seperately

cd backend
npm start

Run frontend seperately

cd backend
npm start

Backend runs on http://localhost/3001

Frontend runs on http:/localhost/3000

Customise Frontend

To change update text for the contact page change the field values within the restaurantConfig.json