Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 823 Bytes

File metadata and controls

33 lines (20 loc) · 823 Bytes

Personal Finance Tracker

A web-based platform for tracking income, expenses, and budgets with analytics features.

Live: https://ai-finance-manager.vercel.app/

Setup

  1. Clone the repository
  2. Create a .env file in the backend directory using the .env.template as a guide
  3. Build and run the Docker containers:
docker-compose up --build
  1. Access the frontend at http://localhost:8501
  2. Access the backend API at http://localhost:5000

Development

  • 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.

Testing

(Add instructions for running tests once they are implemented)

Deployment

(Add instructions for deploying to production once that process is defined)