Click on the fork option to fork the project into your list of repositories.
-
git clone https://github.com/yourusername/book-rating-app-assignment.git cd book-rating-app-assignment
Install dependencies
-
cd client npm i cd .. cd server npm i
-
Create .env file in server/ folder
MONGO_TOKEN=YOUR_MONGO_CLUSTER_URL
Sign up/Log in to the mongoDB atlas official website and create a cluster and obtain your URL
-
To start the server
cd server
npm start
To start the frontend app
cd client
npm start
Happy coding and debugging