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
- Host: GitHub
- URL: https://github.com/bugdaryan/library
- Owner: bugdaryan
- Created: 2019-04-01T13:36:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-11T12:04:07.000Z (about 7 years ago)
- Last Synced: 2025-02-28T03:26:28.953Z (over 1 year ago)
- Topics: asp-net-core, asp-net-core-mvc
- Language: C#
- Size: 2.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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