Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

ITE Java Project 2020, Computer Sales System Command Line Interface

License

Notifications You must be signed in to change notification settings

taronaeo/SalesSystemProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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