https://github.com/mohdali03/librarymangement_flask
A comprehensive Flask-based library management system for efficiently managing books, authors, members, and library operations.
https://github.com/mohdali03/librarymangement_flask
alembic flask-sqlalchemy jwt library-systems marshmallow postgresql restful-api
Last synced: 5 months ago
JSON representation
A comprehensive Flask-based library management system for efficiently managing books, authors, members, and library operations.
- Host: GitHub
- URL: https://github.com/mohdali03/librarymangement_flask
- Owner: mohdali03
- Created: 2025-01-25T13:53:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T06:51:39.000Z (over 1 year ago)
- Last Synced: 2025-05-31T16:50:20.664Z (about 1 year ago)
- Topics: alembic, flask-sqlalchemy, jwt, library-systems, marshmallow, postgresql, restful-api
- Language: Python
- Homepage: https://github.com/mohdali03/LibraryMangement_Flask
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Management System
## Overview
A comprehensive library management system built with Flask, designed to efficiently manage books, members, and library operations.
## Features
- Book management (add, update, delete, search)
- Member management
- Author Management
- User authentication and authorization
## Tech Stack
- Flask (Python web framework)
- SQLAlchemy (ORM)
- Alembic
- Marshmallow
- Jwt
- progressSQL
## Installation
1. Clone the repository
```bash
git clone https://github.com/yourusername/libraryManagement.git
cd libraryManagement
```
2. Create virtual environment
```bash
python -m venv venv
source venv/bin/activate # For Unix
venv\Scripts\activate # For Windows
```
3. Install dependencies
```bash
pip install -r requirements.txt
```
4. Run the application
```bash
flask run
```
## Project Structure
```
libraryManagement/
│ config.py
│ marsh.py
│ model.py
│ __init__.py
│
├───auth
│ routes.py
│
├───author
│ routes.py
│
├───books
│ routes.py
│
└───Member
routes.py
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[MIT](https://choosealicense.com/licenses/mit/)