Skip to content

hamzaavvan/library-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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