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

An extendable async API using FastAPI, SQLModel, PostgreSQL and Redis.

Results 3 SQLModel-boilerplate issues
Sort by recently updated
recently updated
newest added
trafficstars

```INFO: 192.168.65.1:49189 - "GET /api/v1/users?page=1&items_per_page=10 HTTP/1.1" 500 Internal Server Error web-1 | ERROR: Exception in ASGI application web-1 | Traceback (most recent call last): web-1 | File "/usr/local/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 419,...

**Describe the bug or question** Iget this errori with poetry: ``` Note: This error originates from the build backend, and is likely not a problem with poetry but with greenlet...

After running poetry run uvicorn src.app.main:app --reload, I'm getting this: ``` ❯ poetry run uvicorn src.app.main:app --reload INFO: Will watch for changes in these directories: ['/Users/dm/Projects/SQLModel-01'] INFO: Uvicorn running on...