This project contains all the resources regarding the software engineering course project.
To get started with the project we recommend an editor like Visual Studio Code. To obtain the repository from GitHub just clone the repo:
Cloning via https:
git clone https://github.com/louis9902/sosse19-se Sosse19-SE
code ./Sosse19-SE/
Cloning via ssh:
git clone git@github.com:Louis9902/Sosse19-SE.git Sosse19-SE
code ./Sosse19-SE/
To fully render the UML diagrams you need to have Graphviz installed as well as plant PlantUML. To render the diagrams just open the jar file which you have downloaded from PlantUML and navigate to the correct folder. Then you can choose which diagram you want to see. Please note this won't work if you don't have Graphviz installed. There is also an alternative for the browser called PlantText, this site should be self-explanatory.