Service that should compute recommendations
docker-compose up
terminate with control-c
fix permission with:
sudo chown 5050:5050 -Rvv volumes/pg-admin/
docker-compose up -d
(once the services where started locally as seen above)
python init_db.py
(once the services where started locally as seen above)
(see username/password in docker-compose file)
(once the services where started locally as seen above)
(see username/password in docker-compose file)
create a bucket called test
set the visibility of the bucket to public
using a virtualenv is strongly recommended:
python3 -m venv venv
(Maybe you have to install venv before with apt install python3.10-venv
)
source ./venv/bin/activate
pip install -r requirements.txt
flask run