Skip to content

Commit 0f599f4

Browse files
author
reinhud
committed
imporve readme
1 parent 62e61aa commit 0f599f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
22

33
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
55
postgres data to my local machine makes development easier for me.
66

77
Communication to the postgres database is done using SQLAlchemy 2.0 ORM style and async
@@ -10,8 +10,8 @@ database access via asyncpg.
1010
This repo also includes a pytest testing setup applying the sqlalchemy test suite example
1111
to async.
1212

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.
1515
If you have any questions, suggestions or ideas regarding my code or project structure
1616
feel free to contact me or contribute.
1717

0 commit comments

Comments
 (0)