This repository has been archived on 2023-06-18. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Tommaso Verzegnassi 1a18d495c6 notebook+run indexer 2023-06-10 18:46:15 +02:00
.vscode Implemented backend /companies route 2023-05-08 12:16:06 +02:00
Companies_Data differenza % del prezzo aggiunta e grafico salute finanziaria 2023-05-23 22:54:46 +02:00
Elaborated_Data notebook+run indexer 2023-06-10 18:46:15 +02:00
backend fixed quarters 2023-05-29 17:50:09 +02:00
indexer last indexer change 2023-06-01 14:20:10 +02:00
scraper differenza % del prezzo aggiunta e grafico salute finanziaria 2023-05-23 22:54:46 +02:00
stockingly-frontend fixed search 2023-05-31 12:01:54 +02:00
.gitignore removed excel lock files 2023-05-20 21:01:44 +02:00
Chartotherpage.xlsx differenza % del prezzo aggiunta e grafico salute finanziaria 2023-05-23 22:54:46 +02:00
README.md Scraper added 2023-05-08 11:26:25 +02:00
company_generic.svg company logos added 2023-05-15 11:50:07 +02:00
presentation_notebook.ipynb notebook+run indexer 2023-06-10 18:46:15 +02:00
requirements.txt fixed quarters 2023-05-29 17:50:09 +02:00
stockingly.py eps comparison graph ready 2023-05-29 15:56:15 +02:00

README.md

Stockingly

Install dependencies and run

Open a terminal in this directory and run:

# Install 
brew install node yarn 

# create and install Python dependencies in virtualenv
python3 -m venv .env
source .env/bin/activate
pip3 install -r requirements.txt

# install dependencies and build frontend
cd stockingly-frontend
yarn
yarn build

# start backend
python3 stockingly.py