https://github.com/ogubuikealex/athens_librarymanagementsystem
Athens Library is a Comprehensive online and offline Library. The AthensLibrary API is a project that allows developers easily implement library-related features.
https://github.com/ogubuikealex/athens_librarymanagementsystem
Last synced: 8 months ago
JSON representation
Athens Library is a Comprehensive online and offline Library. The AthensLibrary API is a project that allows developers easily implement library-related features.
- Host: GitHub
- URL: https://github.com/ogubuikealex/athens_librarymanagementsystem
- Owner: ogubuikeAlex
- Created: 2021-10-29T07:50:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T06:54:23.000Z (over 2 years ago)
- Last Synced: 2025-03-01T23:11:46.314Z (8 months ago)
- Language: C#
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe
Awesome Lists containing this project
README
# ATHENS LIBRARY MANAGEMENT SYSTEM
Checkout the Root document of this project at "http://localhost:5000/api"
Athens Library is a Comprehensive online and offline Library. The AthensLibrary API is a project that allows developers easily implement library-related features.
Some of the technologies employed by the athens team are
* .NET Core
* ASP.NET CORE WEB API
* Entityframework core
* Identity Api
* JWT Authentication etc.
The project contains basically
* Library users
* Authors
* An Adminstrator
This project gives a user-centered LIBRARY MANAGEMENT SYSTEM,
where library users can
* Checkout books.
* Return books.
* View all books in the library.
* Search for any book by its title,author, category, year published and ISBN.
* Request for the addition of a book into the library
* Request to be made an author in the library etc
Authors can
* Add books
* Update/edit information of books they added
* Update/edit their account information
* Request that a book be deleted
* Checkout and return books
The Admin is a superrole and so has authorization to do 90 percent of what authors and library users can do. The admin also has a lot of super admin feautures like
* Adding an author
* granting requests
* Adding book categories
* Soft deleting books, authors, Library users and book categories etc
Please feel free to explore this project...
MORE FEATURES COMING SOON!!!!