An open API service indexing awesome lists of open source software.

https://github.com/bugdaryan/library

Library application with asp.net core
https://github.com/bugdaryan/library

asp-net-core asp-net-core-mvc

Last synced: 9 days ago
JSON representation

Library application with asp.net core

Awesome Lists containing this project

README

          

# 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

![](https://user-images.githubusercontent.com/28567416/55953701-e1bd9700-5c6d-11e9-8ac0-8a1ed46ee5a2.jpg)

##### Versions of frameworks and tools used


  • AspNetCore - 2.1

  • EntityFrameworkCore - 2.1.8

  • EntityFrameworkCore.SqlServer - 2.1.8

  • EntityFrameworkCore.Tools - 2.1.8