SGCODEX / Django_Trading

Paper Trading with Django, Python, HTML, Bootstrap, and yfinance!

Home Page:https://github.com/Trahyns/Django_Trading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django_Trading

Stock Paper Trading website using Django and Bootstrap. The app allows users to create a portfolio of stocks in real time. The starting balance per new user created is $1 million dollars.

Overview

Progam languages mostly used: Django, python (for backend framework). Used HTML, Bootstrap for front end framework. To get live stock data I used Finnhub (for API), yfinance, and Plotly/Pandas.

How to Use

Once you've made an account by hitting signup on the home page, using Django Trading is simple! Use the portfolio tab to monitor the stocks you've bought and sell any. Use the search tab to find stocks, stock info, and to buy stocks. Click the leaderboard tab to monitor other users, and that's about it.

Try this app

I welcome pull requests! Please make sure to download all of the packages in the requirements.txt file. Then run the server and enjoy!

About

Paper Trading with Django, Python, HTML, Bootstrap, and yfinance!

https://github.com/Trahyns/Django_Trading


Languages

Language:HTML 56.1%Language:Python 43.9%