MySQL DB NodeJS (Version 16.17) Sequelize (3rd party package for ORM in Node) bcryptjs express mocha sequelize supertest
clone fork repo: git clone git@github.com:NimmalaD/webapp.git
run npm install to install packages
DB_HOSTNAME = localhost DB_PASSWORD = Ndharma$123 DB_USER = root DB_NAME = CCdb DB_DIALECT = mysql APP_PORT = 3000
run app : npm start
run npm test : this runs test on tests/healthzTest.js