Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 440 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 440 Bytes

Groep1ProjectD

Docker command for running the containers

docker compose up -d

Docker command for stopping the containers

docker compose down

installation

pip install -r requirements.txt
conda install -c conda-forge geckodriver

Running the streamlit app

streamlit run main.py

Running the middleware

python middleware.py

Running the tests

python -m unittest