Financial Transaction Recording System

This is a basic prototype of a financial transaction recording system built with Flask.

It allows users to Create, Read, Update, and Delete (CRUD) financial entries.

Features:

This application is designed to help individuals or small companies keep track of their financial activities in a simple, straightforward manner.

How to Use:

This is a dynamic web application and cannot run directly on GitHub Pages. To use it, you need to clone the repository and run it locally:

git clone https://github.com/Krausjm7/financial-transaction-recording-system.git
cd financial-transaction-recording-system
python3.11 -m venv venv
source venv/bin/activate
pip install Flask
python3.11 app.py

Then, open your browser to `http://127.0.0.1:5001`.

View Project on GitHub