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.
Properties properties twice
Here is a bug for updating data in curd base.
I just deployed the project on my ubuntu. login by "POST /api/v1/login/access-token HTTP/1.1" are fine but "GET /api/v1/users/me HTTP/1.1" get a 500 response. does anyone has the same problem? backend_1...
Lowering flower version to solve issue #294
Hello, I'm seeing a number of issues trying to get the default cookiecuttter config to work in a swarm. The two biggest issues are 1. mher/flower on the latest build...
SQLAlchemy supports a built in [get](https://docs.sqlalchemy.org/en/13/orm/query.html#sqlalchemy.orm.query.Query.get) this is used in `crud.delete` but note `crud.get`, changing this will greatly enhance usability of the `base.crud` as it will work with tables where...
From the official polypill documentation https://babeljs.io/docs/en/babel-polyfill. This will fail out at build time ``` import "core-js/stable"; import "regenerator-runtime/runtime"; ``` Also fix failing flower run in docker compose up with version...
The config for celery changed, and the worker wouldn't start. The -A option had to be moved from the worker to celery itself. fix #444
The docker container for the celery worker is not starting. This is the log: ``` INFO:__main__:Initializing service INFO:__main__:Starting call to '__main__.init', this is the 1st time calling it. INFO:__main__:Service finished...
We had some issues getting this project deployed into production with HTTPS, and judging from the number of related issues, it seems we are not the only ones. Here are...