This is a simple CRUD (Create, Read, Update, Delete) project built with FastAPI and MySQL. It demonstrates how to build REST APIs with FastAPI and connect them to a MySQL database using SQLAlchemy.
├── docker-compose.yml # Docker Compose configuration ├── init.sql # Database initialization script ├── package.json # Node.js dependencies and scripts ├── config.js # Database configuration ├── ...