https://github.com/kumaraditya303/library-management-system
A Python Flask based Library Management System. This Flask app has all the features of a Library Management System like adding, removing, and creating copies of books. This app has a separate admin tab for admin users. Now also has admin support for users
https://github.com/kumaraditya303/library-management-system
flask-login flask-sqlalchemy library-management-system python-flask
Last synced: 4 months ago
JSON representation
A Python Flask based Library Management System. This Flask app has all the features of a Library Management System like adding, removing, and creating copies of books. This app has a separate admin tab for admin users. Now also has admin support for users
- Host: GitHub
- URL: https://github.com/kumaraditya303/library-management-system
- Owner: kumaraditya303
- License: gpl-3.0
- Created: 2020-04-13T11:57:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T09:58:44.000Z (over 2 years ago)
- Last Synced: 2025-02-23T02:56:59.327Z (4 months ago)
- Topics: flask-login, flask-sqlalchemy, library-management-system, python-flask
- Language: HTML
- Homepage: https://librarymgmtsystem.herokuapp.com/
- Size: 611 KB
- Stars: 61
- Watchers: 1
- Forks: 19
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://hits.seeyoufarm.com)
# Library Management System
A Python Flask based Library Management System. This Flask app has all the features of a Library Management System like adding, removing, and creating copies of books. This app has a separate admin tab for admin users. Now also has admin support for users.
Project live on [Heroku](http://librarymgmtsystem.herokuapp.com)# Screenshot
---
---
# Start
- Clone the repository.
```sh
$ git clone https://github.com/kumaraditya303/Library-Managament-System.git
$ cd Library-Management-System
```- Create Virtual Environment.
```sh
$ virtualenv venv
$ source venv/bin/activate
```- Install dependencies.
```sh
$ pip install -r requirements.txt
```- Run the application.
```bash
$ python wsgi.py
```- Navigate to http://127.0.0.1:5000/
# Project made and maintained by [Kumar Aditya](https://www.github.com/kumaraditya303)