Skip to content

dmitryBLN/python-sample-webapp-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-sample-webapp-markdown

The application displays the contents of the file DATA.md with markdown formatting on a web page at http://localhost:8080

Recommended Python Version: 3.9

Install app dependencies

pip install -r requirements.txt

Use the "--no-cache-dir" option to not save the cache

Test app

python -m unittest test_app.py

In total, 2 tests should be completed successfully

Run app

python app.py

And the application will start on port 8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published