A learning-focused sample application demonstrating REST API using FastAPI with SQLAlchemy ORM and MySQL database. . ├── main.py # FastAPI application and route definitions ├── models.py # SQLAlchemy ...
This project demonstrates a simple CRUD API using FastAPI, SQLAlchemy (ORM), and MySQL. It allows creating, reading all users,reading single users using id, updating, and deleting users.