jahnavib26 / DevTrack

0 stars 0 forks source link

Set Up Basic Spring Boot Project Structure with Model and Repository #2

Closed Sinduja98 closed 5 hours ago

Sinduja98 commented 12 hours ago

In this issue, I would like to implement a basic Spring Boot application as part of our project. The initial steps include the development of a foundational model and a simple repository to support our application structure.

Tasks:

  1. Set up a new Spring Boot project.
  2. Create a basic model class representing the core entity of the application.
  3. Develop a simple repository interface for the model to handle CRUD operations.
Sinduja98 commented 5 hours ago

Completed working, developed source code and pushed it to branch (feature/project-entity-repository)