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 gather this isn't currently happening? I mistakenly entered a Sentry key instead of a URL but this wasn't enforced until `docker-compose up -d` failed because I put in the...
As of today: ``` npm WARN deprecated [email protected]: core-js@
I seem to be running into an issue when running the stack. I can't spin up the celeryworker due to the following error 
This PR removes the isort configuration from pyproject.toml The configuration options we had set aren't supported by ruff just yet, but I think the default config is pretty much what...
I noticed in some places we have unused arguments (especially `db` in tests). I've added the `ARG001` rule to prevent that 😊
My development environment is MacOS with default Python version 2.7, and I got the following error when running copier: ``` > Running task 1 of 1: python .copier/update_dotenv.py File ".copier/update_dotenv.py",...