Skip to content

birbant/se_hello_printer_app_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Flask App

Teaching app displaying name and message in various formats.

  • Technologies:
    • Flask
    • Git
    • pytest
    • mockup
    • Flake8
  • In the project we use virtual environment to create hermetic environment for the application:
#we create a virtual environment for application libriaries in Windows OS:
#add Python interpreter

#activating hermetic environment 
venv\Scripts\activate

pip install -r requirements.txt
pip install -r test_requirements.txt
pip list

Check: tutorial venv and flask libraries.

  • Run the application:
# as a program from Terminal
python main.py
# from browser or using curl
curl 127.0.0.1:5000/
pytest
pytest --verbose -s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages