This project is a fullstack ToDo application built with:
- .NET Minimal API (backend)
- React (frontend)
- MySQL (database)
- CRUD operations (GET, POST, PUT, DELETE)
- DB First with Entity Framework Core
- CORS + Swagger support
- Axios HTTP client
- Dockerized backend
- Environment variables support for deployment
Built and deployed following fullstack instructions including database creation, scaffold via EF Core, and cloud hosting on Render (server & client) and CleverCloud (DB).