Task Manager PRO is a production-grade distributed task management system combining a Python CLI tool with a modern REST API. It demonstrates mastery of full-stack development: SQLAlchemy ORM, FastAPI ...
This document outlines the step-by-step process for deploying a 2-tier web application (Flask + MySQL) on an AWS EC2 instance. The deployment is containerized using Docker and Docker Compose. A full ...