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 75f40c6518 Merge branch '11-implement-by-company-statistics-in-frontend-page' into 'master'
Resolve "Implement by company statistics in frontend page"

Closes #11

See merge request usi-si-teaching/msde/2022-2023/visual-analytics-atelier/group-projects/group-1!6
2023-05-15 09:13:00 +00:00
.vscode Implemented backend /companies route 2023-05-08 12:16:06 +02:00
backend company page displays main companies 2023-05-10 10:33:40 +02:00
Companies_Data Companies data updated with earnings 2023-05-13 16:36:24 +02:00
indexer Indexer finished with the last index, on monday we will discuss the implementation of the main dashboard with these indexes 2023-05-13 16:52:31 +02:00
scraper asd 2023-05-13 16:43:22 +02:00
stockingly-frontend Added stub configurable metrics to home 2023-05-15 11:12:43 +02:00
.gitignore Scraper added 2023-05-08 11:26:25 +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 Implemented backend /companies route 2023-05-08 12:16:06 +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