Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .github/workflows/codeql.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/docker-publish.yml
100644 → 100755
Empty file.
Empty file modified .github/workflows/node.js.yml
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.8, 3.9, "3.10"]
python-version: [3.9, "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
web:
build: ./src
command: uvicorn app.main:app --reload --workers 1 --host 0.0.0.0 --port 8000
# install requirements.txt

volumes:
- ./src/:/usr/src/app/
Expand Down
Empty file modified images/fast-api-scrnsht-1.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/requirements.txt
100644 → 100755
Empty file.
Empty file modified vue-client/package.json
100644 → 100755
Empty file.
Empty file modified vue-client/yarn.lock
100644 → 100755
Empty file.
Loading