Skip to content

Flask basic folders structure / Estructuración básica en flask

Notifications You must be signed in to change notification settings

jonalxh/FlaskSkeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskSkeleton

Flask basic folders structure

1 - Clone or download repository.

2 - Create a python virtual environment and install flask:

    virtualenv venv -p python3
    venv/bin/pip install flask

3 - Execute the flask project (run.py must have execute permissions: chmod +x run.py):

    ./run.py

By default this project will open 5001 port, try in your browser with localhost:5001

About

Flask basic folders structure / Estructuración básica en flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published