full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
I would like to share below article which explains benefits of using Copier over Cookiecutter. I think it may be good idea to move this project to Copier: https://www.recallstack.icu/en/2020/04/18/yeoman-and-cookiecutter-are-dead-long-live-copier/ Link...
i get confused while reading the documentation, there example code for get all items, there example code to get item with id one but i found no example search database...
As a relative newbie to postgresql, sqlalchemy, and alembic, it wasn't clear to me why, when I followed the instructions for modifying models, schemas, api endpoints, and crud utils, I...
`/app/api/deps.py` has a hardcoded and versioned url that lives outside the versioning setup of the api. ``` reusable_oauth2 = OAuth2PasswordBearer( tokenUrl=f"{settings.API_V1_STR}/login/access-token" ) ``` This is loaded as a dependency of...
Issue while trying to use edit profile button. Please let me know if I do a mistake
_Updated and cross-referenced from https://github.com/tiangolo/uvicorn-gunicorn-docker/issues/74_ I needed to update Uvicorn to 0.14.0 since this version permits websockets to send > 1mb of data in a message. I update in Poetry....
The link in the read me and also the terminal output of docker compose shows: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py But it's depreciated, must now be: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py