Vårt prosjekt skal kunne opprette prosjekter og prosjektdeltagere(members)
- To compile the project you need to open up the in-build IntelliJ terminal and use the command "mvn package" to make the executable jar file.
- To run the program you need to use the in-build terminal again and use the command "-jar target/filename.jar".
- After the program starts you can either input "project" or "member", after inputting either you can then type in your desired name of project/member.
Hva gjorde dere godt i implementasjonen
Vi fikk ikke til å liste ut prosjektmedlemmer. Maven kjører fint i IntelliJ og kjører som den skal i travis-ci
- link to issue you registered in other group's github repository