A frontend-ready async API, made by me to learn fastapi.
FastAPI - web framework
SQLAlchemy - as an ORM
Redis - cache storage
PostgreSQL - as the main database
SQLAdmin - as an admin interface builder
Alembic - as a migration tool
git clone https://github.com/will7770/fastapi_it_blog.git
Fill .env.example with neccesary data and rename to .env
Run with docker-compose up -d --build