Spaces:
Sleeping
Sleeping
Yuyuqt commited on
Commit Β·
a000e36
1
Parent(s): e36e2eb
Add Hugging Face metadata
Browse files
README.md
CHANGED
|
@@ -1,40 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
- **π₯ Member Management**: Administrative tools to manage library members, their profiles, and roles.
|
| 13 |
-
- **π Borrowing System**: Comprehensive tracking of book loans, returns, and history.
|
| 14 |
-
- **π³ Subscription Plans**: Tiered membership system where administrators can assign and manage subscription plans.
|
| 15 |
-
- **π Secure Access**: Role-based access control (RBAC) powered by ASP.NET Core Authentication, ensuring only authorized users can perform sensitive actions.
|
| 16 |
-
|
| 17 |
-
## π οΈ Technology Stack
|
| 18 |
-
|
| 19 |
-
### Backend
|
| 20 |
-
- **Framework**: ASP.NET Core 8.0 Web API
|
| 21 |
-
- **ORM**: Entity Framework Core
|
| 22 |
-
- **Database**: SQL Server
|
| 23 |
-
- **Architecture**: Feature-based directory structure for better maintainability.
|
| 24 |
-
|
| 25 |
-
### Frontend
|
| 26 |
-
- **Framework**: ASP.NET Core MVC
|
| 27 |
-
- **Styling**: Modern CSS with a focus on premium user experience.
|
| 28 |
-
- **Authentication**: Cookie-based authentication for seamless session management.
|
| 29 |
-
|
| 30 |
-
## π Project Structure
|
| 31 |
-
|
| 32 |
-
- **`/Backend`**: The RESTful API service handling business logic and data persistence.
|
| 33 |
-
- **`/Frontend`**: The MVC web application providing the user interface.
|
| 34 |
-
- **`/Database`**: Contains SQL scripts for database initialization and schema definitions.
|
| 35 |
-
|
| 36 |
-
## π¦ Getting Started
|
| 37 |
-
|
| 38 |
-
1. **Database Setup**: Run the scripts in `/Database` to initialize your SQL Server instance.
|
| 39 |
-
2. **Run Backend**: Start the `Backend` project to host the API.
|
| 40 |
-
3. **Run Frontend**: Start the `Frontend` project to access the management dashboard.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: LibraryManagement
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Library Management API
|
| 11 |
+
This is the backend API for the Library Management system, hosted as a Docker container on Hugging Face Spaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|