This is a demo project for building REST API in Kotlin with SpringBoot
To get started, follow these steps:
- Clone the repository to your local machine.
- Create a MySQL database named "demo" and do as follows.
- a root user with password "1qazxsw2"
- Java 17
- Kotlin
- SpringBoot
- Spring Data JPA
- MySQL - Database
- Gradle
- Mapstruct - For Java Bean Mapping
- Springdoc-openapi
- Unit tests