A web application for tracking expenses, categorizing them, and gaining insights into spending habits. Features include:
- Expense tracking with categories
- Currency conversion support
- Spending insights and analytics
- Responsive modern UI
- Create a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Set up environment variables:
Create a
.env
file with:
FLASK_APP=app.py
FLASK_ENV=development
EXCHANGERATE_API_KEY=your_api_key_here
- Initialize the database:
python init_db.py
- Run the application:
flask run
Visit http://localhost:5000 to use the application.
This project was created using Windsurf, the world's first agentic IDE that provides a revolutionary AI Flow paradigm for software development. Powered by Codeium's advanced AI technology, Windsurf enables seamless collaboration between developers and AI to create robust, efficient applications.