This project is a Finance Management API built with FastAPI and MySQL.
It supports:
- User registration and login
- Role-based access (viewer, analyst, admin)
- CRUD operations on financial records
- JWT authentication
All code is organized in separate folders for models, schemas, routers, and auth.