full-stack-fastapi-template icon indicating copy to clipboard operation
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.

Results 326 full-stack-fastapi-template issues
Sort by recently updated
recently updated
newest added

[GlitchTip](https://glitchtip.com/) is an open-source Sentry alternative. It can be run on the same docker stack as the rest of services. It even uses the same API so using it is...

Is it dead? not in a valid state/doesn't work when you run the project

ntegration/backend/app/app$ python -m main.py Traceback (most recent call last): File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details __import__(pkg_name) File "/home/gtm1235/stel_project/stel_integration/backend/app/app/main.py",...

While working on Django projects, I typically use Docker only for deployment/CI/CD but locally using Docker slows down the development(Docker for Mac is terribly slow), and it is way more...

Is there a version for this with Postgres and React 18 (JS) with React Router v6 ?

Thank you for this project, it's very useful. One of the missing things is a description of how to debug back-end services in Docker. I couldn't successfully manage how to...

Hi everyone, I'm developing services on the backend side and struggling to reload it in order to take into account my changes with the /start-reload.sh script: ``` root@f9f21e5f6088:/app# bash /start-reload.sh...

``` ERROR: for akt_flower_1 Cannot start service flower: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "--broker=amqp://guest@queue:5672//": stat --broker=amqp://guest@queue:5672//: no such file or directory: unknown ERROR: for proxy...

Hi guys, this is based on the discussion here: https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/104 . I tried a few benchmarks, with: * Depends * SessionManager * Another implementation with `scoped_session` that I'll describe I...

Hello! I have a question about MySQL integration. Right now we can generate a starter pack with PSQL config. How can I change it so my app will use MySQL?...