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 ...
API REST desarrollada con FastAPI y MySQL para la gestión de una biblioteca. La API permite consultar libros, crear libros, actualizar información, eliminar libros y gestionar préstamos y devoluciones ...
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 ...