Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 524 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 524 Bytes

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