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

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

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