Skip to content

Hotown/Simple-Flask-Scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Flask-Scaffold

REST API for mobile application or web using Python and Flask framework with MySQL.

Running project

You need to have install python3.x and MySQL

Install dependencies

To install denpendencies enter project folder and run:

pip install -r requirements.txt

or

pip3 install -r requirements.txt

Environment Configuration

When you clone the project, the root of your project will contain a config.py.examplefile.You need to rename it to config.py, and fill your own configuration.

Run

To run the project use following command:

python run.py

or

python3 run.py

Modules used

See it in the requirements.txt

Author

Thanks for @Leo-G who created the scaffold.

Updated by:

About

A simple flask scaffold.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages