This is demo project of online library site.
Front end built as AngularJS SPA, while Spring serves REST API backend.
Application supports three types of users:
* built-in Administrator (admin:admin) with full system control
* Registered user is able to download books and/or add them to his favorites list
* Anonymous user can only list books and their details
To prepare and run frontend one should issue (with NodeJs and Git installed):
- npm install -g bower gulp
- npm install
- bower install
- gulp serve