Welcome to the Habit Tracker app! This project serves as a practical implementation of concepts covered in System Design II as part of the Master's in Software Development and Architecture program at La Salle University.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# test coverage
$ npm run test:cov