Go to file
Valeria Fadeeva a90fdc5562 Update 2025-07-09 23:37:00 +05:00
.trunk Update 2025-06-07 09:16:22 +05:00
main_package Update 2025-07-09 23:37:00 +05:00
static Update 2025-07-09 23:37:00 +05:00
templates Update 2025-07-07 12:49:34 +05:00
.env.prod Update 2025-06-08 13:38:23 +05:00
.gitignore Update 2025-06-08 13:38:23 +05:00
Dockerfile Update 2025-07-09 23:37:00 +05:00
README.md Update 2025-06-06 20:40:39 +05:00
__init__.py Init 2025-06-06 15:10:52 +05:00
cleanup.sh Update 2025-06-06 20:40:39 +05:00
docker-build.sh Update 2025-07-09 23:37:00 +05:00
docker-compose.yml Update 2025-07-09 23:37:00 +05:00
docker-down.sh Update 2025-07-09 23:37:00 +05:00
docker-up.sh Update 2025-07-09 23:37:00 +05:00
pull.sh Update 2025-06-07 09:16:22 +05:00
push.sh Update 2025-06-09 14:32:12 +05:00
pyproject.toml Update 2025-07-09 23:37:00 +05:00
sitemap.xml Update 2025-07-09 23:37:00 +05:00
start.sh Update 2025-07-09 23:37:00 +05:00
status.sh Update 2025-06-07 09:16:22 +05:00

README.md

fastapi run LeraFoxQueen/main.py

hypercorn LeraFoxQueen.main:app --reload --bind 0.0.0.0:8001

poetry run hypercorn LeraFoxQueen/main:app --reload --bind 0.0.0.0:8001

uvicorn LeraFoxQueen.main:app --reload --host 0.0.0.0 --port 8001

https://www.tutorialspoint.com/fastapi/fastapi_path_parameters.htm

https://eugeneyan.com/writing/how-to-set-up-html-app-with-fastapi-jinja-forms-templates/

https://github.com/josepaiva94/starter-fastapi-celery/tree/master/app