Skip to content

JoySarkarBD/bistro-boss-restaurant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bistro Boss Restaurant

A practice forntend & backend for this project.

Run Locally Server Side

Step-1: Clone the project

  git clone https://github.com/JoySarkarBD/bistro-boss-restaurant.git

Step-2: Go to the project directory server directory first

  cd bistro-boss-restaurant/server

Step-3: Install dependencies

  npm install

Step-4: Start the server

  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file in server directory.

Variables
PORT
DB_CONNECTION_URI
BASE_URL
NODE_MAILER_EMAIL
NODE_MAILER_EMAIL_PASSWORD

Run Locally Client Side

Step-1: Clone the project

  git clone https://github.com/JoySarkarBD/bistro-boss-restaurant.git

Step-2: Go to the project directory server directory first

  cd bistro-boss-restaurant/client

Step-3: Install dependencies

  npm install

Step-4: Start the client

  npm run start