https://github.com/cminhho/book-manager-exercise
Book manager exercise
https://github.com/cminhho/book-manager-exercise
angularjs bootstrap3 jasmine karma mean-stack
Last synced: 2 months ago
JSON representation
Book manager exercise
- Host: GitHub
- URL: https://github.com/cminhho/book-manager-exercise
- Owner: cminhho
- License: mit
- Created: 2019-09-19T10:30:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T20:16:16.000Z (over 3 years ago)
- Last Synced: 2025-01-17T15:15:51.651Z (over 1 year ago)
- Topics: angularjs, bootstrap3, jasmine, karma, mean-stack
- Language: JavaScript
- Homepage:
- Size: 3.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Book Manager Exercise
Technicals:
- AngularJS
- Jasmine
Prerequisites:
- NodeJS
- npm
- Mongo (https://docs.mongodb.com/manual/installation/)
- Bower:
npm install -g bower
- Karma CLI:
npm install -g karma-cli
To run application:
- Install dependencies:
npm install
- Install bower libraries:
bower install
- Have a local instance of mongo db running:
mongod
- Run Server:
node server/server
Visit to http://localhost:8080 to view the home page

To run unit tests:
npm run test
Opening the HTML report at target\test-results\coverage\report-lcov\lcov-report\index.html results in:

References:
- https://scriptverse.academy/tutorials/jasmine-createspy-createspyobj.html