Download the Angularapp to and copy it in same directory as of nodeapp.
NodeJS,Angular CLI, MongoDB to be installed beforehead
Clone repository locally and cd through cli into the nodeapp folder. When in nodeapp directory ,
npm install dependencies
nodemon
When in angularApp directory ,
ng serve
Once server is up and running open any browser, enter use localhost:4200/ for launching the app.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.