No description
ad9aee0d60
Resolve "Example issue" Closes #1 See merge request usi-si-teaching/msde/2022-2023/visual-analytics-atelier/group-projects/group-1!1 |
||
---|---|---|
backend | ||
stockingly-frontend | ||
.gitignore | ||
README.md | ||
requirements.txt | ||
stockingly.py |
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 build
# start backend
python3 stockingly.py