A financial tracking tool to keep a check of your spendings and earnings along with the feature of keeping a track of any money that needs to be returned or taken from a user.
Frontend: HTML, CSS and Bootstrap
Backend: Flask
Database: SQLite
Clone the repository:
> https://github.com/Armaan457/FinTrack.git
Create and activate a virtual environment:
> python -m venv venv
> venv\Scripts\activate
Install dependencies:
> pip install -r requirements.txt
Run the development server:
> flask run