| Branch: master |
|---|
Set up a virtual environment and install requirements:
python3 -m venv env
source env/bin/activate
make initOpen http://localhost:8080/docs in your browser.
Create a .docker.env file for the docker and insert necessary environment variables.
API_KEY=12345# Make sure .docker.env is present
make build
# Run docker
make run
# Stop docker
make stop
# Romove Dokcer
make remove
# Run as deamon
make run.d
make logs