Set Up

  1. Download the Code
  2. Extract the folder from the .zipfile and cdinto it
  3. Install the Node modules: $ yarn i
  4. Open the code in VS Code: $ code .
  5. Start the dev server: $ yarn start
  6. Build client: $ yarn build
  7. Back server: $ nodemon server.sj

Technologies Used

  • Mongo.
  • Express.
  • React.
  • Nodejs.
  • JWT for Authentication.

Live App

Click here to open app in browser.

screenshot 0

Connecting App with Database

screenshot 1

Storing with Mongo DB

screenshot 2 screenshot 3