FastAPI-boilerplate icon indicating copy to clipboard operation
FastAPI-boilerplate copied to clipboard

An extendable async API using FastAPI, Pydantic V2, SQLAlchemy 2.0, PostgreSQL and Redis.

Results 24 FastAPI-boilerplate issues
Sort by recently updated
recently updated
newest added

**Describe the bug or question** When i run `docker compose up --build ` create super user and create tier commands fail due to tables not being created. I used the...

The create tables function was not used and it seems that it fixes problems explained in Issue#168

Hi Team, I have disabled `create_tables_on_start` like `app = create_application(router=router, settings=settings, create_tables_on_start=False)`. Now on my local whenever I try to run `poetry run alembic revision --autogenerate`, it always create an...

help wanted

Adressing this issue: [https://github.com/benavlabs/FastAPI-boilerplate/issues/216](https://github.com/benavlabs/FastAPI-boilerplate/issues/216)

documentation
enhancement

**Describe the bug or question** README.md is too long and installation scripts are on Gist

First of all this is so good! I don't know why i did not came across it before :) **Is your feature request related to a problem? Please describe.** Nowadays...

enhancement

https://github.com/sbOogway/FastAPI-boilerplate/blob/reports_and_stats/src/scripts/generate_crud_and_schema.py i wrote this, if u think this would be useful i can open a pull request. let me know. it is not finished yet, maybe could be useful even...

enhancement

**Describe the bug or question** When running `docker compose up` on a Fedora-based OS, the `web` and `worker` services fail to start. The containers exit with `ModuleNotFoundError: No module named...

**Describe the bug or question** Web application does not start after a fresh install. **To Reproduce** Just follow quick start guide here : https://benavlabs.github.io/FastAPI-boilerplate/getting-started/ **Description** After a compose up, i...