$ git clone https://github.com/chiemelaumeh/Booking-Application.git
$ cd Booking
- create .env file in backend folder
Atlas Cloud MongoDB
- Create database at https://cloud.mongodb.com
- In .env file type MONGODB_URI=mongodb+srv://your-db-connection
$ cd backend
$ npm install
$ npm start
# open new terminal
$ cd frontend
$ npm install
$ npm start