Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 320 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 320 Bytes

Spring Boot REST API

Introduction

A simple REST API built with Spring Boot for CRUD operations on resources.

Prerequisites

  • Java 17+
  • Maven 3+
  • Git (optional)

Getting Started

git clone https://github.com/yourusername/your-repo-name.git
cd your-repo-name
mvn clean install
mvn spring-boot:run