This project require some dependenscies to be installed, you can find the instructions below
To get a local copy, follow these simple steps :
-
Clone the repo
git clone https://github.com/AKASI1/Booking-Site.git
-
go to project folder
cd Booking-Site
-
install dependenscies for both frontend and backend
npm run install
-
Enviromental Variables Set up
- Here are the environmental variables that needs to be set in a .env file.
MongoDB = Pepper = Salt = JWT =
-
Start server and then the client app
npm run start:frontend npm run start:backend