Web-Application to control/administrate REST-API of Plenty Markets
# install project requirements
pip3 install poetry
# clone repo, setup app
git clone https://github.com/iptoux/prat.git
poetry install
# starting web application
poetry run waitress-serve --threads=1 --listen=0.0.0.0:8080 runner:app
# clone repo
git clone https://github.com/iptoux/prat.git
# building docker image from latest state
docker build --pull --rm -f "Dockerfile" -t prat:v0.1.0 "."
# run docker image/container
docker run --detach 'prat'
- (#1)