Development

MERN (MongoDB + Expres JS + React + Node JS)

  1. clone repo
  2. run the following commands in the terminal to install dependencies
  • npm install
  • cd client
  • npm install
  • cd ..
  1. run the following commands to work with the app locally
  • npm run dev
  1. the url for frontend page "http://localhost:3000/"
  2. the url for backend service "http://localhost:5000/"

Testing

  • Run command: npm run test

Postman for BackEnd service testing https://www.getpostman.com/collections/e2f5074c149f10d6b654

Selenium WebDriver for end-to-end testing client/test/