https://github.com/thatsimo/library_management
Library Management System
https://github.com/thatsimo/library_management
Last synced: 9 months ago
JSON representation
Library Management System
- Host: GitHub
- URL: https://github.com/thatsimo/library_management
- Owner: thatsimo
- Created: 2025-03-19T22:09:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T10:43:37.000Z (over 1 year ago)
- Last Synced: 2025-06-25T07:06:05.298Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Management System (Django + React)
## Introduction
This is a Django + React application for a simplified Library Management System. It provides user authentication, book CRUD operations, search functionality, and book borrowing/returning actions via RESTful APIs.
## Features
- User registration, login, and logout
- CRUD operations for books
- List and search books by title or author
- Borrow and return books
- Uses Django REST Framework (DRF) for API endpoints
- Uses React
## Technologies Used
- **Python 3.9+**
- **Django 4.x**
- **Django REST Framework**
- **SQLite (default, can be changed to PostgreSQL/MySQL)**
- **React 19**
## Installation & Setup
### Clone the Repository
```sh
git clone https://github.com/thatsimo/library_management.git
cd library_management
```
Follow instructions inside `core` and `app` folders
## License
MIT License. Feel free to use and modify.
## Author
Developed by Simone Squillace