This project is a task for my Programing class.
Kappa is a simple 100% Java console app that simulates simple management software for e-shop administrator.
- Java 22
- MySQL 8.0 or MariaDB 10.6
- Clone the repository
git clone https://Trup10ka/Kappa.git
cd Kappa
./gradlew buildOR
Download the latest release from the releases page.
The app consists of simple tasks:
- Manipulating with customers
- Manipulating with products
- Manipulating with orders
java -jar ./Kappa-1.0-SNAPSHOT.jarWhen you run your app for the first time, a template config file will be created and the app will close.
You edit the config file with the proper values and run the app again.
The most important command is:
help prints out all the commands available
help [command]prints out the description of the command
This project uses the following third-party libraries:
This project is under the MIT license. See the LICENSE
If you find any issues, please report them!