Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 719 Bytes

installation.md

File metadata and controls

44 lines (31 loc) · 719 Bytes

Please fork the project before starting

Click on the fork option to fork the project into your list of repositories.

Installation

  1. git clone https://github.com/yourusername/book-rating-app-assignment.git
    cd book-rating-app-assignment

Install dependencies

  1. cd client
    npm i
    cd ..
    cd server
    npm i
  2. 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

  3. To start the server

 cd server
 npm start

To start the frontend app

cd client
npm start

Happy coding and debugging