An open API service indexing awesome lists of open source software.

https://github.com/joysarkarbd/bistro-boss-restaurant


https://github.com/joysarkarbd/bistro-boss-restaurant

epressjs imagebb javascript mongodb nodejs reactjs tawilwind

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Bistro Boss Restaurant

A practice forntend & backend for this project.

### Run Locally Server Side

**Step-1:** Clone the project

```bash
git clone https://github.com/JoySarkarBD/bistro-boss-restaurant.git
```
**Step-2:**
Go to the project directory server directory first

```bash
cd bistro-boss-restaurant/server
```
**Step-3:**
Install dependencies

```bash
npm install
```
**Step-4:**
Start the server

```bash
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

```bash
git clone https://github.com/JoySarkarBD/bistro-boss-restaurant.git
```
**Step-2:**
Go to the project directory server directory first

```bash
cd bistro-boss-restaurant/client
```
**Step-3:**
Install dependencies

```bash
npm install
```
**Step-4:**
Start the client

```bash
npm run start
```