File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Async Web REST API with FastAPI + SQLAlchemy 2.0 ORM Style + Docker + Pytest + Alembic
1
+ # Async Web REST API with FastAPI + SQLAlchemy 2.0 ORM + Docker + Pytest + Alembic
2
2
3
3
This is a template for a simple Web REST API using FastAPI with an async Postgres database.
4
- Using docker-compose to hook up a postgres database within the project and mounting the
4
+ Using docker-compose to hook up the database and mounting the
5
5
postgres data to my local machine makes development easier for me.
6
6
7
7
Communication to the postgres database is done using SQLAlchemy 2.0 ORM style and async
@@ -10,8 +10,8 @@ database access via asyncpg.
10
10
This repo also includes a pytest testing setup applying the sqlalchemy test suite example
11
11
to async.
12
12
13
- This is a hobby project I use to learn about the awesome fastapi project, sqlalchemy and building REST APIs.
14
- I also use this to start new Web REST API projects from.
13
+ This is a hobby project I use to learn about the awesome FastaAPI project, SQLAlchemy and building REST APIs.
14
+ I also use this to start new Web REST API projects from.
15
15
If you have any questions, suggestions or ideas regarding my code or project structure
16
16
feel free to contact me or contribute.
17
17
You can’t perform that action at this time.
0 commit comments