Web application designed to make managing sales-invoice-items for store managers simple, fun and easy to use.
To get a local copy up and running follow these simple example steps.
To get the project running, you will need JDK (17) installed
- JDK
https://docs.aws.amazon.com/corretto/latest/corretto-17-ug/downloads-list.html - Jetbrains IntelliJ IDEA - for running spring boot https://www.jetbrains.com/idea/download/#section=windows
- Clone the repo
git clone https://github.com/keanetay624/DepartmentStore.git
- Start Spring Boot application
- Navigate to src/main/kotlin/com/keanetay/DepartmentStore/DepartmentStoreApplication.kt
- Click on Run Spring Boot Application.