Service response for user management.
git clone TBDBuild npm project
npm iBuild docker images
docker build -t user-service .Run unit and integration test
npm testCheck code coverage
npm start nycor with html report
npm start nyc-reportRun end to end test
TBDRun locally
npm startRun thru docker compose
Create .env file with own configuration
DB_HOST=1localhost
DB_PORT=5432
DB_NAME=user-service-prod
DB_USER=user-service
DB_PASSWORD=user-service-password
and run
docker-compose up