You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a simple example application of how to test asynchronous FastAPI routes using a Docker instance of PostgreSQL with `asyncpg` as the database driver. It is done by using [testcontainers-python](https://github.com/testcontainers/testcontainers-python).
4
+
5
+
You can check a more detailed text about the repository [here](https://lealre.github.io/fastapi-testcontainer-asyncpg/).
6
+
7
+
## How to run this project
8
+
9
+
This repo was created using [uv](https://docs.astral.sh/uv/) and uses Python version 3.12.3.
10
+
11
+
[How to install uv](https://docs.astral.sh/uv/getting-started/installation/).
12
+
13
+
1. Clone the repo locally and access the project folder:
0 commit comments