Stock Portfolio Management System
Intro
Making good investemnt decisions requires you to keep all investing product details in one place. Portfolio enables you to follow your stock exchange transactions along with their parameters as well as your private comments or insights.
Application features:
- Flask back-end.
- Pure HTML and CSS layout.
- JavaScript elements.
- Dynamic html template content with Flask variables and database queries.
Features
App includes following features:
Demo
Application:
- Single site application.
- Application offers inserting form and all records table.
- Table reflects database's table.
Setup
Python library installation required:
- pip install flask
- pip install flask-sqlalchemy
- pip install flask-wtf