Sample AngularJS application
> npm install npm -g
- clone repo
> git clone https://github.com/dtomaszewski/ngFinance
- go to ngFinance/app and install dependencies and run the server
> cd ngFinance/app
> npm install
> npm start
- to run tests execute below from app folder
> npm test
- to check tests code coverage execute
> npm run coverage
- to import some test data into database from stocks.json
> cd ngFinance/server
> npm install
> node import