pipenv shell
# now the shell promt should have changed
pipenv install
pipenv shell # only if not already in a pipenv shell
cd src/
uvicorn main:app --reload
after starting the app, call http://127.0.0.1:8000/docs
from src
- always generated, no merge
- generate:
python create_and_fill_db.py
from src
python preprocessing/create_attractivity_matrix.py