Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T10:05:02.000Z (over 1 year ago)
- Last Synced: 2023-03-03T20:47:05.780Z (over 1 year ago)
- Topics: flask-login, flask-sqlalchemy, library-management-system, python-flask
- Language: HTML
- Homepage: https://librarymgmtsystem.herokuapp.com/
- Size: 611 KB
- Stars: 23
- Watchers: 1
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Python package](https://github.com/kumaraditya303/Library-Management-System/workflows/Python%20package/badge.svg?branch=master)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fkumaraditya303%2FLibrary-Management-System&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](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)