This is a greenfield Java project by CS2113 Group AY2122s2-CS2113-F12-3. It's named Airline Reservation and Check-in System (ARCS). Given below are instructions on how to use it.
Prerequisites: JDK 11 (use the exact version), update Intellij to the most recent version.
Verify the set up: After the importing is complete, locate the src\main\java\arcs\Main.java
file, right-click it, and choose Run Main.main()
. If the setup is correct, you should see something like the below:
> Task :compileJava
> Task :processResources NO-SOURCE
> Task :classes
> Task :Main.main()
Hello! Welcome to ARCS system.
What can I do for you?
Type some word and press enter to let the execution proceed to the end.
build.gradle
file).text-ui-test
and run the runtest(.bat/.sh)
script.src/test/java/seedu/duke/DukeTest.java
) is provided with this project template. The project uses GitHub actions for CI. When you push a commit to this repo or PR against it, GitHub actions will run automatically to build and verify the code as updated by the commit/PR.
/docs
folder contains a skeleton version of the project documentation.
Steps for publishing documentation to the public:
settings
tab.GitHub Pages
section.source
as master branch /docs folder
.choose a theme
button to choose a theme for your documentation.