Done by:
You can refer to our user guide at this link:
For more advanced users and developers, do refer to our Developer Guide:
Prerequisites
java -version
.Importing the project into IntelliJ
Open IntelliJ (if you are not in the welcome screen, click File
> Close Project
to close the existing project dialog first).
Set up the correct JDK version.
Configure
> Structure for new Projects
(in older versions of Intellij:Configure
> Project Defaults
> Project Structure
).New...
and select the directory where you installed JDK 11.OK
.Click Import Project
.
Locate the project directory and click OK
.
Select Create project from existing sources
and click Next
.
Rename the project if you want. Click Next
.
Ensure that your src folder is checked. Keep clicking Next
.
Click Finish
.
This application was written as submission for our Team project under the module CS2113 Software Engineering and Object-Oriented Programming
Libraries used in this project: GSON, JUnit5, Log4J, JaCoCo, CheckStyle, ShadowJar
MIT Licensed