Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T20:16:16.000Z (about 2 years ago)
- Last Synced: 2023-02-27T11:15:55.268Z (almost 2 years 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
- JasminePrerequisites:
- NodeJS
- npm
- Mongo (https://docs.mongodb.com/manual/installation/)
- Bower:
npm install -g bower
- Karma CLI:
npm install -g karma-cliTo run application:
- Install dependencies:
npm install- Install bower libraries:
bower install- Have a local instance of mongo db running:
mongod- Run Server:
node server/serverVisit to http://localhost:8080 to view the home page
To run unit tests:
npm run testOpening 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