Skip to content

saramic/python-web-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-web-app

a frist go

to get running

make

to use pipenv

make run_with_pipenv

# which in turn used
python3 -m pipenv install flask

or if you need to install flask

python3 -m pip install flask
python3 -m flask run

or according to virtual env and the docs

source venv/bin/activate
flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 82.7%
  • Makefile 17.3%