We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4351d77 commit 29aa221Copy full SHA for 29aa221
readme.md
@@ -1,14 +1,9 @@
1
# Docker Nginx Flask Project Setup
2
3
-To run tests, Lint, and Coverage report use this command:
4
-
5
-pytest --pylint --cov
6
7
-.pylintrc is the config for pylint
8
-.coveragerc is the config for coverage
9
-setup.py is a config file for pytest
10
11
Just Run:
12
13
docker compose up --build to get it to run and go to locahost to see the site.
+
+## Screenshot of Running Program
14

0 commit comments