Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 631 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 631 Bytes

Booking App

Demo Website

Run Locally

1. Clone repo

$ git clone https://github.com/chiemelaumeh/Booking-Application.git
$ cd  Booking

2. Create .env File

  • create .env file in backend folder

3. Setup MongoDB

Atlas Cloud MongoDB

4. Run Backend

$ cd backend
$ npm install
$ npm start

5. Run Frontend

# open new terminal
$ cd frontend
$ npm install
$ npm start