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
Claudio Maggioni ff56370b38 Merge branch '2-define-indexes-and-metrics-to-be-displayed' into 'master'
Resolve "Define indexes and metrics to be displayed"

Closes #2

See merge request usi-si-teaching/msde/2022-2023/visual-analytics-atelier/group-projects/group-1!9
2023-05-19 17:53:32 +00:00
.vscode Implemented backend /companies route 2023-05-08 12:16:06 +02:00
backend Integrated metrics without color ranges 2023-05-17 12:20:19 +02:00
Companies_Data Companies data updated with earnings 2023-05-13 16:36:24 +02:00
Elaborated_Data Primi due csv per i grafici delle comparisons + modifiche a indexer.py + creazione comparison_indexer.py per la creazione dei csvdelle comparisons 2023-05-17 13:42:56 +02:00
indexer Primi due csv per i grafici delle comparisons + modifiche a indexer.py + creazione comparison_indexer.py per la creazione dei csvdelle comparisons 2023-05-17 13:42:56 +02:00
scraper Whoopsie 2023-05-17 08:53:13 +02:00
stockingly-frontend Added color scale support to main page indicators 2023-05-19 19:53:13 +02:00
.gitignore Indexer cleaned 2023-05-17 10:39:32 +02:00
Chartotherpage.xlsx Upload New File 2023-05-17 09:20:50 +00:00
company_generic.svg company logos added 2023-05-15 11:50:07 +02:00
README.md Scraper added 2023-05-08 11:26:25 +02:00
requirements.txt initial commit 2023-05-03 10:07:34 +02:00
stockingly.py company logos added 2023-05-15 11:50:07 +02:00

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