Skip to content

Creating a stock trading app with play money. Using flask and sqlite3 in the backend and html and css in the frontend. The purpose of this project is to gain more experience with SQL and designing the backend of a web application.

Notifications You must be signed in to change notification settings

moh-osman3/StockTrading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockTrading

Creating a stock trading app with play money. Using flask and sqlite3 in the backend and html and css in the frontend. The purpose of this project is to gain more experience with SQL and designing the backend of a web application.

Dependencies:

This project depends on flask, requests, and matplotlib library.

pip3 install requests flask matplotlib

This project depends on using the IEX api to get stock quotes. To use this app you must create an account (free version is sufficient) and run export API_KEY=YOUR_KEY_HERE where YOUR_KEY_HERE is the api key associated with your account (starts with "pk")

About

Creating a stock trading app with play money. Using flask and sqlite3 in the backend and html and css in the frontend. The purpose of this project is to gain more experience with SQL and designing the backend of a web application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published