FinMate is a comprehensive personal finance management application built with Flutter and FastAPI, designed to help users track, analyze, and manage their finances effortlessly.
To start the FastAPI backend, use the following command:
.\.venv\Scripts\python -m uvicorn app.main:app --reloadTo start the Flutter frontend:
flutter run