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
2023-05-03 10:56:07 +02:00
backend refined backend skeleton 2023-05-03 10:56:07 +02:00
stockingly-frontend refined backend skeleton 2023-05-03 10:56:07 +02:00
.gitignore initial commit 2023-05-03 10:07:34 +02:00
README.md initial commit 2023-05-03 10:07:34 +02:00
requirements.txt initial commit 2023-05-03 10:07:34 +02:00
stockingly.py refined backend skeleton 2023-05-03 10:56: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 build

# start backend
python3 stockingly.py