Skip to content

DeniseNamutebi/Restaurant-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published