Backend API for the Finance Mentor & Tracker, built with FastAPI + SQLite and powered by Gemini 2.5 Flash for AI insights.
- 🌐 Frontend Repo: https://github.com/mansidhote/Finance-mentor-frontend
- 🚀 Deployed Frontend: https://finance-mentor-frontend.vercel.app/
- ⚙️ Deployed Backend: https://fm-backend-oajp.onrender.com/
git clone https://github.com/mansidhote/FM-backend.git
cd finance-mentor-apppython -m venv venv
venv\Scripts\activatepip install -r requirements.txtpython main.py