Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 991 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 991 Bytes

Kotlin Spring Boot Application, MongoDB and Testing with JUnit5 and Mockk

In this application, I am making a simple RestFul API of Bank details Unit testing and Integration Testing using Junit5 and Mockk with MongoDB and Kotlin Springboot with the basic CRUD functionality. Here I am using MongoDB as a database. You can clone this project as Open in IntelliJ IDEA start the application, will have the backend up and running at port 8080 in no time. Kotlin makes it so easy to spring up a backend. Spring applications created using Kotlin, when compared to those created using Java, are concise and easier to maintain. Kotlin is a first-class language for programming Spring applications.

Here medium article which goes into much detail and explanation on the same. https://debanshudatta.medium.com/kotlin-spring-boot-unit-testing-integration-testing-with-junit5-and-mockk-a2977bbe5711