Description
Set up a Git repository dedicated solely to the backend of the project, following a microservice architecture. The repository will contain the initial Spring Boot project files and a proper folder structure. This step ensures that the backend services are properly managed and version-controlled.
Spring Boot Concepts Covered:
None directly (Initial project setup and version control management)
Setup the Spring Project
Description Set up a Git repository dedicated solely to the backend of the project, following a microservice architecture. The repository will contain the initial Spring Boot project files and a proper folder structure. This step ensures that the backend services are properly managed and version-controlled.
Spring Boot Concepts Covered: None directly (Initial project setup and version control management)
Guides
Steps:
Clone the Repo:
Clone the GitHub repository to your local machine:
Generate Spring Boot Project Using Spring Initializr:
Acceptance Criteria