Skip to content

aminexi/Rest-springboot-postman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Article Management Demo

A simple Spring Boot REST API demo for managing articles.
It provides CRUD operations (Create, Read, Update, Delete) using a layered architecture with Controller, Service, and DTO classes.


🛠️ Technology Stack

  • Java 17
  • Spring Boot
  • Maven
  • Lombok
  • RESTful APIs (JSON responses)

📦 Project Structure

image

API Endpoints

Method Endpoint Description
GET /api/articles/all Retrieve all articles
GET /api/articles/id/{id} Retrieve article by ID
GET /api/articles?id={id} Retrieve article by query param
POST /api/articles/create Create a new article
PUT /api/articles/update/{id} Update an existing article
DELETE /api/articles/delete/{id} Delete an article

About

A simple Spring Boot REST API demo for managing articles. It exposes endpoints to create, read, update, and delete (CRUD) article records. Each article includes basic details such as id, description, price, and quantity. The project follows a layered architecture using Controller, Service, and DTO classes for clean separation of concerns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages