Skip to content

yevgenp/OnlineLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published