Jessie-Baron / Stocks-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stocks-API

simple Full-Stack, single-page application using Python, Flask with SQLAlchemy and more in the backend as well as JavaScript, React with Redux and CSS in the front end. used to scrape stock information from the web and store them in an S3 Bucket as well a MySQL RDS.

Wiki

Schema

Asana Board

Tableau DashBoard

Home Page

Screen Shot 2023-06-08 at 2 28 47 PM

Search For a Stock

Screen Shot 2023-06-08 at 2 29 16 PM

See Detailed Real-Time Information on Each Stock

Screen Shot 2023-06-08 at 2 30 02 PM

Getting started

Clone this repository (only this branch)

Install dependencies from docker file

pipenv install -r requirements.txt

Copy the contents in the env-example file into a new .env file

Get into your pipenv, and run your Flask app

pipenv shell
flask run

To run the React App, checkout the README inside the react-app directory.

About


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.4%Language:CSS 0.3%Language:HTML 0.0%Language:Mako 0.0%Language:Shell 0.0%