When Python web frameworks like Flask and Django first rose to prominence, Python was a somewhat different language than it is today. Many elements of modern Python, like asynchronous execution and ...
A server-rendered web UI (Jinja2 templates) to register, view, edit, search, and delete students. A REST API for student CRUD operations. SQLAlchemy ORM with configurable database connection. By ...
Product Manager is a full-stack CRUD application that lets you manage a product catalogue through a clean, modern React dashboard. The backend is powered by FastAPI with a MySQL database via ...
Built a Task Management API using FastAPI and MySQL. Started simple: signup and login. Then added task creation, tracking, and marking tasks as complete. Sounds basic, but getting the logic right and ...