Skip to content

A simple flask app to manage users along with mysql service

Notifications You must be signed in to change notification settings

hamzaavvan/flaskApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flaskApp

A simple flask app to manage users along with mysql service

Installation

To use the mysql service, install flask_mysqldb

$ pip install flask_mysqldb

Set Environment Variables

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

Start Server

$ flask run

Or run this command

$ python -m flask run

About

A simple flask app to manage users along with mysql service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published