Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 797 Bytes

File metadata and controls

21 lines (14 loc) · 797 Bytes

Library

📚 This is my library application demo with asp.net 2.1 core application

About project

There are patrons (users) with library card. They can check in or check out books from catalog, also they can mark book or movie lost.

You can watch all books and videos in library assets section, all patrons in patrons section. It is planned to add authorization and authentication for users, and search bar for searching books and movies.

Model diagram

Versions of frameworks and tools used
  • AspNetCore - 2.1
  • EntityFrameworkCore - 2.1.8
  • EntityFrameworkCore.SqlServer - 2.1.8
  • EntityFrameworkCore.Tools - 2.1.8