Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/demitraps/library-management-system

Library Management System
https://github.com/demitraps/library-management-system

angular asp-net-core asp-net-core-web-api dapper-dot-net dotnet html jwt-authentication material-design mssql-database sass typescript

Last synced: 3 days ago
JSON representation

Library Management System

Awesome Lists containing this project

README

        

# Full Stack Library Management System | Angular 17, ASP.NET Core 6, MSSQLServerExpress

This is final project for the Coding Factory educational program in Software Development from OPA. The library management system is a solution for managing books, user accounts, and orders. The system includes features such as user registration,authentication and authorization, as well as book cataloging and ordering, user management with administrative capabilities, and additional functionalities like book returns and category management.

Github repo: https://github.com/demitraps/library-management-system

## Tech Stack

**Front-end:** Angular 17 with Material Design components, TypeScript, Sass

**Back-end:** ASP.NET Core 6, Dapper ORM, JWT Authentication, MSSQLServerExpress

## Features

- Authentication system: Users can login and create accounts.
- JWT Authentication: User's data is stored in browser tokens.
- Role-based Authorization: Admin rights for specific sections, such as viewing the list of all users.
- Book and Category Management: Admin users can insert and delete books and categories.
- Enable/Block accounts
- Overdue fine: Users can see their fine for overdue book returns.

## Demo

![App Screenshot](./screenshots/presentation.gif)

## Screenshots

![App Screenshot](./screenshots/library1.png)
![App Screenshot](./screenshots/library2.png)
![App Screenshot](./screenshots/search.png)
![App Screenshot](./screenshots/delete.png)
![App Screenshot](./screenshots/category.png)
![App Screenshot](./screenshots/return.png)
![App Screenshot](./screenshots/users.png)
![App Screenshot](./screenshots/allorders.png)
![App Screenshot](./screenshots/myorders.png)
![App Screenshot](./screenshots/profile.png)
![App Screenshot](./screenshots/login.png)
![App Screenshot](./screenshots/register.png)