Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hellotest

CI Codecov License: MIT

Semplice webapp di esempio in Python/Flask con test.

Quickstart

  • Creare un virtualenv:

    python3 -m venv venv source venv/bin/activate pip install -r webapp/requirements.txt

  • Eseguire l'app Flask (sviluppo):

    python webapp/app.py

  • Eseguire i test:

    pytest webapp/test_app.py

Note

  • Le rotte implementate sono / e /hello/<nome>.
  • I file originali sono salvati come webapp/*.bak.
  • Per la produzione usare gunicorn o altro server WSGI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages