Skip to content

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.

Notifications You must be signed in to change notification settings

0xdfgp/habit-tracker

Repository files navigation

Description

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.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published