Go to file
Valeria Fadeeva 769b2f2af5 Init 2025-06-06 15:10:52 +05:00
LeraFoxQueen Init 2025-06-06 15:10:52 +05:00
public Init 2025-06-06 15:10:52 +05:00
.gitignore Init 2025-06-06 15:10:52 +05:00
README.md Init 2025-06-06 15:10:52 +05:00
__init__.py Init 2025-06-06 15:10:52 +05:00
pyproject.toml Init 2025-06-06 15:10:52 +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