NodeJS, status update using express, mongoDB
If you haven't cloned and set up the API server instance yet, do so first: Github
Get and run Angular frontend repository
$ npm install -g @angular/cli
$ cd taskmanager-app
$ npm install
$ ng serve
Optional: If you don't have it installed already, install nodemon globally
$ npm install -g nodemon