This Flask application is a simple server-side rendered (SSR) financial tracker that allows users to track their income and expenses. It uses Flask as the web framework, Jinja2 as the templating engine, and Plotly for creating interactive graphs.
-
Clone the repository:
git clone https://github.com/andresryes/SSR-Financial-Tracker.git
- Install the required packages:
pip install -r requirements.txt
- Run the application:
python app.py
- Flask: Flask is a micro web framework for building web applications in Python.
- Jinja2: Jinja2 is a template engine for Python, which allows embedding Python code within HTML templates.
- Plotly: Plotly is a graphing library for creating interactive, publication-quality graphs online.
- Bootstrap: Bootstrap is a front-end framework for building responsive web designs. CSS