Note: This project will not be actively maintained as it was created for ITE's 2020 Java Project assignment. However, new issues and pull requests are welcome and will be looked into.
SalesSystem is a CLI application for ITE's 2020 Java Project assignment.
Use Git version control system to download the source code.
git clone https://github.com/taronaeo/SalesSystemProject.git
- Open IntelliJ IDEA
- File > Open > Select the root folder of this project
- Build > Build Project
Note: Alternatively, you could download the compiled executable from the releases page
java -jar SalesSystemProject.jar
Note: If you compiled the project from source using IntelliJ IDEA, the compiled executable is located at out/artifacts/SalesSystemProject_jar
Should you have any issues with the project, please create a new issue and state clearly what issue you are experiencing.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure the project is still working as intended.