Commits on Source (49)
-
MikaelKrats authored
-
MikaelKrats authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
MikaelKrats authored
-
MikaelKrats authored
-
MikaelKrats authored
-
ratyann authored
-
ramaland authored
# Conflicts: # src/tjts5901/views.py
-
arwunder authored
-
ratyann authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
MikaelKrats authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
-
ratyann authored
-
Arno Wunderlich authored
-
ratyann authored
-
ratyann authored
-
Arno Wunderlich authored
-
Arno Wunderlich authored
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 37 additions, 2 deletions.gitlab-ci.yml
- README.md 3 additions, 0 deletionsREADME.md
- docker-compose.yml 11 additions, 4 deletionsdocker-compose.yml
- docs/WeeklyReport.md 28 additions, 0 deletionsdocs/WeeklyReport.md
- docs/WeeklyReport2.md 39 additions, 0 deletionsdocs/WeeklyReport2.md
- dotenv 1 addition, 6 deletionsdotenv
- pyproject.toml 1 addition, 0 deletionspyproject.toml
- requirements.txt 8 additions, 1 deletionrequirements.txt
- src/tjts5901/__init__.py 7 additions, 0 deletionssrc/tjts5901/__init__.py
- src/tjts5901/app.py 34 additions, 12 deletionssrc/tjts5901/app.py
- src/tjts5901/db.py 35 additions, 0 deletionssrc/tjts5901/db.py
- src/tjts5901/logging.py 117 additions, 0 deletionssrc/tjts5901/logging.py
- src/tjts5901/models.py 43 additions, 0 deletionssrc/tjts5901/models.py
- src/tjts5901/templates/addItem.html 43 additions, 0 deletionssrc/tjts5901/templates/addItem.html
- src/tjts5901/templates/index.html.j2 3 additions, 0 deletionssrc/tjts5901/templates/index.html.j2
- src/tjts5901/templates/listBid.html 52 additions, 0 deletionssrc/tjts5901/templates/listBid.html
- src/tjts5901/views.py 104 additions, 2 deletionssrc/tjts5901/views.py
- tests/conftests.py 46 additions, 0 deletionstests/conftests.py
- tests/test_db.py 8 additions, 0 deletionstests/test_db.py
docs/WeeklyReport.md
0 → 100644
docs/WeeklyReport2.md
0 → 100644
... | ... | @@ -2,11 +2,18 @@ |
importlib-metadata | ||
# Framework and libraries | ||
flask | ||
flask==2.2.2 | ||
python-dotenv | ||
flask-mongoengine==1.0 | ||
Pillow | ||
# Git hooks | ||
pre-commit | ||
# Sentry for error reporting | ||
sentry-sdk[flask] | ||
sentry-sdk[mongoengine] | ||
# More production-ready web server | ||
#gunicorn |
src/tjts5901/db.py
0 → 100644
src/tjts5901/logging.py
0 → 100644
src/tjts5901/models.py
0 → 100644
src/tjts5901/templates/addItem.html
0 → 100644
src/tjts5901/templates/listBid.html
0 → 100644
tests/conftests.py
0 → 100644
tests/test_db.py
0 → 100644