MERN (MongoDB + Expres JS + React + Node JS)
- clone repo
- run the following commands in the terminal to install dependencies
- npm install
- cd client
- npm install
- cd ..
- run the following commands to work with the app locally
- npm run dev
- the url for frontend page "http://localhost:3000/"
- the url for backend service "http://localhost:5000/"
- 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/