Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 567 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 567 Bytes

Spring Boot Application

Spring Boot Application with CRUD implementation using Gradle build and Mongo Database as repository.

A basic and simple Spring Boot app just for understanding the overall workflow in a Model View Controller Pattern. The application follows a standard MVC architecture. It has controllers (BookController class, HomepageController class and MyDataController class) and models (Book class and MyData class).

Prerequisites

  1. Git
  2. Gradle
  3. Mongo DB

Clone the repository: git clone https://github.com/divyamrai28/InitialSpringBootApp.git