Skip to content

A simple full stack app that fetches graphs of EOD stocks for any company typed in with react on the front end and python (flask) on the back end.

Notifications You must be signed in to change notification settings

jonjian/sumUpStockFetcher

Repository files navigation

SumUp App

Installation/Set-up tools

run 'virtualenv SumUpApp' to set up virtual environment Run 'sudo pip3 install flask' within root directory command line to install flask Run 'npm install' with root directory command line to install front-end dependencies

Run 'npm start' to start python3 server Run 'npm run react-dev' to start webpack

Open Browser to http://localhost:7777/

If you run into ssl certification failure: go to python3 installation folder and click on install certificates.command

About

A simple full stack app that fetches graphs of EOD stocks for any company typed in with react on the front end and python (flask) on the back end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published