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

Home Page:https://librarymgmtsystem.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Project made and maintained by Kumar Aditya

About

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://librarymgmtsystem.herokuapp.com/

License:GNU General Public License v3.0


Languages

Language:HTML 61.6%Language:Python 36.5%Language:JavaScript 1.3%Language:Dockerfile 0.6%Language:Procfile 0.0%