Posts

Showing posts with the label Restful

Vue.js + Spring Boot + MongoDB - CRUD example

Image
Hello everyone, today we will learn how to build a full-stack application that is a basic User Management Application using Spring Boot, MongoDB, and Vue.js.  GitHub repository link is provided at the end of this tutorial. You can download the source code. Spring boot  is used to develop REST web services and microservices. Spring Boot has taken the Spring framework to the next level. It has drastically reduced the configuration and setup time required for spring projects. We can set up a project with almost zero configuration and start building the things that actually matter to your application. Vue.js is an open-source model–view–ViewModel front-end JavaScript framework for building user interfaces and single-page applications. 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 Following is the screenshot of