Library-Management-System icon indicating copy to clipboard operation
Library-Management-System copied to clipboard

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 ta...

Python package

Hits

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

Screenshot



Start

  • Clone the repository.
$ git clone https://github.com/kumaraditya303/Library-Managament-System.git
$ cd Library-Management-System
  • Create Virtual Environment.
$ virtualenv venv
$ source venv/bin/activate
  • Install dependencies.
$ pip install -r requirements.txt
  • Run the application.
$ python wsgi.py
  • Navigate to http://127.0.0.1:5000/

Project made and maintained by Kumar Aditya