Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 330 Bytes

File metadata and controls

10 lines (8 loc) · 330 Bytes

Finance Management API

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.