Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
averevki committed Apr 9, 2022
1 parent 254249b commit f88ca3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ output:

## Used technologies
- FastAPI framework
- PostgreSQl database
- PostgreSQL database
- SQLAlchemy ORM
- Alembic as database migration tool
- OAuth2 and JWTokens for users authentication
Expand Down
4 changes: 2 additions & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
social media simulation
Using: FastAPI framework,
PostgreSQl database, SQLAlchemy ORM, alembic as database migration tool,
OAuth2 and JWN tokens for users authentication.
PostgreSQL database, SQLAlchemy ORM, alembic as database migration tool,
OAuth2 and JWTokens for users authentication.
Application is dockerized and deployed on heroku
link: social-media-api-verevkin.herokuapp.com/
Expand Down

0 comments on commit f88ca3a

Please sign in to comment.