URL: Live Demo
- Install docker if not installed as instructed on link https://docs.docker.com/get-docker/
- Install docker compose if not installed as instructed on link https://docs.docker.com/compose/install/
- With Docker Compose
docker-compose up
This will run the backend, frontend and database containers.
Now Goto browser and open below link for Angular Application http://0.0.0.0:30003
Open Below link for backend swagger documentation http://0.0.0.0:30003/documentation
- Without Docker Compose
export NODE_ENV=env-local
node index.js
Open Below link for backend swagger documentation http://0.0.0.0:30000/documentation
- Run Unit Test Case
npm test
You will the code coverage generated under coverage/index.html
. Open this file in broswer.
- Backend
- NodeJS
- Hapi
- Mocha
- Chai
- Moongose
- Database
- MongoDB