Skip to content
This repository was archived by the owner on May 19, 2024. It is now read-only.

YannisVanAchter/INFOB212-BD2-project

Repository files navigation

INFOB212-BD2-project

How to install the sql requerements for python?

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.txt

To run the app

In the repertory with the docker-compose and Dockerfile type:

$ cls
$ docker-compose build
$ docker-compose up

If this isn't the first time you run the app, use:

$ cls
$ docker-compose down 
$ docker-compose build 
$ docker-compose up

⚠️Use python 3.11 or higher⚠️

Into 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.py

Open relational schema

To open Relationship-Association schema model use DB-Main the file is stored here

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors