taronaeo / SalesSystemProject

ITE Java Project 2020, Computer Sales System Command Line Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shield Shield

Project Status

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

SalesSystem is a CLI application for ITE's 2020 Java Project assignment.

Installation

Use Git version control system to download the source code.

git clone https://github.com/taronaeo/SalesSystemProject.git

Usage

Compiling Project

  1. Open IntelliJ IDEA
  2. File > Open > Select the root folder of this project
  3. Build > Build Project

Note: Alternatively, you could download the compiled executable from the releases page

Running The Project

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

Support

Should you have any issues with the project, please create a new issue and state clearly what issue you are experiencing.

Contributing

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.

License

MIT

About

ITE Java Project 2020, Computer Sales System Command Line Interface

License:MIT License


Languages

Language:Java 100.0%