Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tushar-3549/library-management-system
Python-based Library Management System built with OOP principles. It uses SQLite3 as the database to handle book and member data efficiently. The project is containerized and deployed using Docker to ensure portability and ease of deployment.
https://github.com/tushar-3549/library-management-system
dockerfile python sqlite3
Last synced: 3 days ago
JSON representation
Python-based Library Management System built with OOP principles. It uses SQLite3 as the database to handle book and member data efficiently. The project is containerized and deployed using Docker to ensure portability and ease of deployment.
- Host: GitHub
- URL: https://github.com/tushar-3549/library-management-system
- Owner: tushar-3549
- Created: 2025-01-20T13:25:55.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-01-20T13:36:32.000Z (10 days ago)
- Last Synced: 2025-01-20T14:38:04.545Z (10 days ago)
- Topics: dockerfile, python, sqlite3
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
***Features:***
- Add and manage books.
- Register and manage library members.
- Issue and return books with real-time status updates.
- Search books by title.
- Simple command-line interface for interaction.
***Technology Stack:***
- Programming Language: Python
- Database: SQLite3
- Containerization: Docker***How to Run (Docker)***
- Clone the repository.
- Build the Docker Image by `docker build -t library_management .`
- Run the Docker Container by `docker run -it library_management`
****OR****
- On Project Terminal: `python3 main.py`