Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 553 Bytes

OnlineLibrary

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):

  1. npm install -g bower gulp
  2. npm install
  3. bower install
  4. gulp serve