A web-based platform for tracking income, expenses, and budgets with analytics features.
Live: https://ai-finance-manager.vercel.app/
- Clone the repository
- Create a
.env
file in thebackend
directory using the.env.template
as a guide - Build and run the Docker containers:
docker-compose up --build
- Access the frontend at
http://localhost:8501
- Access the backend API at
http://localhost:5000
- Backend: Flask API with MongoDB
- Frontend: Streamlit
To add new features or modify existing ones, edit the respective files in the backend
and frontend
directories.
(Add instructions for running tests once they are implemented)
(Add instructions for deploying to production once that process is defined)