/simple-library

Primary LanguageJavaScript

Simple Library

This library mangament is a demo made of :

  • ASP.NET 5
  • SQL Server (local db)
  • Angularjs
  • Typescript

dashboard

menus

users

How to

After run the app, two databases will be created:

  • FinLib : main/operational database and managed by ef core
  • FinLib_Auditing : for auditing/logging purpose by NLog

There are 3 roles:

  • admin (can access to everything) (user:admin pwd:123qwe!@#QWE)
  • librarian (can borrow a book to a customer) (user:librarian1 pwd:123qwe!@#QWE)
  • customer (can browse books) (user:customer1 pwd:123qwe!@#QWE)