Skip to content

A simple library management system built on python web framework flask

Notifications You must be signed in to change notification settings

bharath-brs/library-management-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

A simple flask app to manage users along with mysql service

Libray Management App - Flask

Installation

To run the app flawlessly, satisfy the requirements

$ pip install -r requirements.txt

Set Environment Variables

$ export FLASK_APP=app.py
$ export FLASk_ENV=development

Start Server

$ flask run

Or run this command

$ python -m flask run

About

A simple library management system built on python web framework flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 62.4%
  • Python 35.0%
  • CSS 2.4%
  • Shell 0.2%