Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 450 Bytes

File metadata and controls

17 lines (15 loc) · 450 Bytes

Set-up Project

  1. Clone the repository from

  2. Goto the frontend directory

    • Run command
    • npm install
  3. Goto the Backend directory

    • Run Command
    • npm install
  4. In the Backend directory run

    • node server.js
  5. In the Frontend directory run

    • npm start
  6. For mongo DB if you want to add your DB just need to change the mongoDB cluster URL in the file

    • server.js