Check you have installed python 3.11 or higher and use the following command
$ python -m venv venv
...
$ venv/Scripts/activate
$ pip install -r requerements.txtIn the repertory with the docker-compose and Dockerfile type:
$ cls
$ docker-compose build
$ docker-compose upIf this isn't the first time you run the app, use:
$ cls
$ docker-compose down
$ docker-compose build
$ docker-compose upInto another terminal use (please wait till the docker container has been created and started):
- On first run app running
$ cd src
src $ python setup.py
src $ python main.py- After first run app running
$ cd src
src $ python main.pyTo open Relationship-Association schema model use DB-Main the file is stored here