Posts

Showing posts with the label web development

Kotlin + Spring Boot + Mongo DB + Vue.js - CRUD example

Image
Hello everyone, today we will learn how to develop a full-stack web application that is a basic User Management Application using Vue, Kotlin, Spring Boot, and MongoDB. You can download the source code from our GitHub Repository. After completing this tutorial what we will build?  We will build a full-stack web application that is a basic User Management Application with CRUD features:  • Create User  • List User  • Update User  • Delete User  User Interface - A quick overview of Vue.js, Kotlin, Spring Boot, and MongoDB    Kotlin Kotlin is a statically typed, general-purpose programming language targeting the Java platform. Kotlin is concise, safe, pragmatic, and fixated on interoperability with Java code. It can be used virtually everywhere Java is utilized today: for server-side development, Android apps, and much more. Kotlin works great with all subsisting Java libraries and frameworks and runs with the same level of performance as Java. MongoDB MongoDB is a document database built