This project was built using Django (squlite), HTML, and Bootstrap
This is a a Stock Portfolio app that allows user to add and delete stock symbols. Current stock information is pulled into the Portfolio table with the iexcloud.io API website.
This is the landing page for the app. Users are able to search for stock tickers and pull in current Stock data.
Users are able to add stocks to their portflio table for tracking current stock data and trends.
Users are able to delete stocks from their portfolio if they wish.
Version Control Sys: Github Frontend: HTML/Bootstrap, WebServer Imp: Django Data Layer: Sqlite Web Server Cloud Dep: TBD (I have used Heroku) Web App Cloud D: TBD (I have used Netlify)
Project runs in your python venv. Here are steps (windows):
- cd into stock directory of project
- run python -m venv venv
- run source venv/Scripts/activate
- run python manage.py runserver to run project on localhost:8000, Command C to turn off
- run deactivate to turn off.