The goal of the project was to play with few Python features
- pydantic
- asyncio with REST
- asyncio with DBs
- types
- to play with Postgres
docker run --rm --name my_postgres -e POSTGRES_USER=postgres_user -e POSTGRES_PASSWORD=postgres_password -e POSTGRES_DB=postgres_db -p 5432:5432 -d postgresdocker exec -it my_postgres psql -U postgres_user postgres_db
- for the rest just run selected
main.py