minimal-fastapi-postgres-template icon indicating copy to clipboard operation
minimal-fastapi-postgres-template copied to clipboard

minimal-fastapi-postgres-template based on official template but rewritten

Results 17 minimal-fastapi-postgres-template issues
Sort by recently updated
recently updated
newest added

```sh $ bash init.sh Run migrations INFO [alembic.runtime.migration] Context impl PostgresqlImpl. INFO [alembic.runtime.migration] Will assume transactional DDL. Create initial data in DB Traceback (most recent call last): File "/usr/lib/python3.9/runpy.py", line...

`poetryup` is a fantastic package for auto updating `poestry` project within a single command `poetryup --latest`

May you please add SQLModel supporting in this template or at least create a branch specifically for it? We [discussed since two days](https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/422#issuecomment-1188708123) ago about [SQLModel](https://sqlmodel.tiangolo.com/). I'm completely with SQLModel...

Related to https://github.com/rafsaf/minimal-fastapi-postgres-template/issues/16 `127.0.0.1` should work same as `localhost` for local developemnt

Hello I'm running the backend locally directly using `uvicorn app.main:app --reload` with the output > INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) > INFO: Started reloader process [84691]...

Hi For `experimental_fastapi_users_template`: - `pyproject.toml` doesn't include `fastapi_users` package. It's only available in `requirements.txt`. - Also, when I first installed the latest `fastapi_users` version, the code doesn't run because of...

great template! `docker run -d -p 8000:8000 ..` yields the error message below ``` INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit) INFO: Started parent process [8] Process SpawnProcess-1:...

question

Could you embed celery into this project? Would be pretty nice to have a message broker or something in this template.

enhancement

Hi - Where should I deploy this? Where is your example project being deployed? Are there any instructions? Thanks

question