Skip to content

iptoux/prat

Repository files navigation

GitHub Workflow Status (with event)


PlentyRESTApiTools

Web-Application to control/administrate REST-API of Plenty Markets

Setup/Run

# 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

Docker

# 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'

ToDo (first)