mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
update README.md
This commit is contained in:
parent
0032f4418a
commit
dae5ad8dac
25
README.md
25
README.md
@ -71,17 +71,8 @@ Below steps were done to integrate [rich](https://github.com/Textualize/rich) in
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Hope you enjoy it.
|
### User authentication with JWT and Redis as token storage :lock: :key:
|
||||||
|
|
||||||
### Change Log
|
|
||||||
- 4 JUN 2022 alembic migrations added to project
|
|
||||||
- 6 JUN 2022 added initial dataset for shakespeare models
|
|
||||||
- 3 OCT 2022 poetry added to project
|
|
||||||
- 12 NOV 2022 ruff implemented to project as linting tool
|
|
||||||
- 14 FEB 2023 bump project to Python 3.11
|
|
||||||
- 10 APR 2023 implement logging with rich
|
|
||||||
- 28 APR 2023 Rainbow logs with rich :rainbow:
|
|
||||||
- 7 JUL 2023 migrate to pydantic 2.0
|
|
||||||
|
|
||||||
### Local development with poetry
|
### Local development with poetry
|
||||||
|
|
||||||
@ -92,3 +83,17 @@ pyenv install 3.11 && pyenv local 3.11
|
|||||||
poetry install
|
poetry install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Hope you enjoy it.
|
||||||
|
|
||||||
|
### Change Log
|
||||||
|
- 4 JUN 2022 alembic migrations added to project
|
||||||
|
- 6 JUN 2022 added initial dataset for shakespeare models
|
||||||
|
- 3 OCT 2022 poetry added to project
|
||||||
|
- 12 NOV 2022 ruff implemented to project as linting tool
|
||||||
|
- 14 FEB 2023 bump project to Python 3.11
|
||||||
|
- 10 APR 2023 implement logging with rich
|
||||||
|
- 28 APR 2023 Rainbow logs with rich :rainbow:
|
||||||
|
- 7 JUL 2023 migrate to pydantic 2.0 :fast_forward:
|
||||||
|
- 25 JUL 2023 add user authentication with JWT and Redis as token storage :lock: :keyv:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user