Debanshu777 / Kotlin.SpringBoot.MongoDB.Caching

A simple Restful API of Expense Tracker with Spring Boot and Kotlin with the basic CRUD functionality using MongoDB as a database. and using Caffeine for caching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Application with Kotlin and MongoDB

In this application, I am making a simple RestFul API of Expense Tracker with Spring Boot and Kotlin 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/making-simple-spring-boot-application-with-kotlin-and-mongodb-66889a86b1b1

About

A simple Restful API of Expense Tracker with Spring Boot and Kotlin with the basic CRUD functionality using MongoDB as a database. and using Caffeine for caching


Languages

Language:Kotlin 100.0%