This repo contains my delivery to the project in the NTNU course TDT4145 Datamodellering og databasesystemer
. The repo was made public the day the project was submitted. All files relevant to the submission is in the src/
directory.
The following terminal commands assume you are in the Database-project
directory.
First you need to activate the python virtual enviroment.
For CMD:
Scripts\activate.bat
For bash:
source Scripts/activate
Second you just need to run the main.py file:
python src/main.py
With the virtual enviroment active all dependencies should be taken care of