Skip to content

This is a simple demo app for the usage of Flask Framework, an web micro-framework written in Python

Notifications You must be signed in to change notification settings

vscalcione/python3-flask-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python3-flask-app

This is a simple demo app for the usage of Flask Framework, an web micro-framework written in Python

python-logo

Start project

For the startup of this project, install all libraries that are included in requirements.txt file with this command:

pip3 install -r requirements.txt
cd app
python3 app.py

For automate all the commands that are now listed, run this script that I prepared for you:

./run-app.sh

In this script are executed all the commands that are necessary for the app startup

About

This is a simple demo app for the usage of Flask Framework, an web micro-framework written in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages