Service for barber shop app
- Kotlin
- Spring Boot
- Hibernate
- PostgreSQL
- Swagger UI
- JDK 11
- Gradle (optional, you can use the Gradle Wrapper included in the project)
-
Clone this repository
-
Database in PostgreSQL:
- barbershop_db
- set up your postgresql database
user
andpassword
- Download dependencies
-
Run the project with gradle:
gradle bootRun
-
Run the project with IntelliJ IDEA:
Run -> Run 'BarberShopApplication'