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
- Host: GitHub
- URL: https://github.com/joysarkarbd/bistro-boss-restaurant
- Owner: JoySarkarBD
- Created: 2023-07-07T05:25:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T07:14:02.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T19:28:41.841Z (over 1 year ago)
- Topics: epressjs, imagebb, javascript, mongodb, nodejs, reactjs, tawilwind
- Language: JavaScript
- Homepage:
- Size: 29.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```