Link to SCRUM-Board: https://trello.com/invite/b/67335ffd8314a50756abf0e9/ATTI45c6471ebdf7419d855cd04340806eec428005A7/complefy
git clone git@github.com:ivoheck/Complefy.gitCreate a file named secret.py in the root of the Projekt
Put the API key in the file as a string named api_key
api_key = "your api key"Make sure to never push this key to any repository
Build Docker Container
docker build -t complefy-app .Run Docker Container
docker run -d --name complefy-app-container -p 5004:5004 complefy-appStop and delete Container
docker stop complefy-app-container
docker rm complefy-app-containerComplefy can now be started again
sudo docker run --name complefy-app-container complefy-appRunning the Docker container will host the web page on http://172.17.0.2:5004
The web page can be accessed through a web browser
0129-yuxjyg0x_gzlblSle.mp4
Henry
Ahmad
Ivo
AI tools like Chat-GPT were used to write parts of the source code.