Skip to content

PratikC54/CRUD-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD REST API – Spring Boot

A simple CRUD (Create, Read, Update, Delete) REST API built using Spring Boot.
This project is created to understand the fundamentals of RESTful services, HTTP methods, and request/response handling.

⚠️ This is a learning project, not a production-ready application.


🚀 Features

  • Create a resource using POST
  • Fetch data using GET
  • Update existing data using PUT
  • Delete data using DELETE
  • Proper usage of:
    • ResponseEntity
    • HttpStatus
  • Tested using Postman

🛠️ Tech Stack

  • Java
  • Spring Boot
  • Spring Web
  • Postman (for API testing)

📚 Purpose

This project is created to:

  • Practice REST API concepts
  • Understand Spring Boot basics
  • Learn proper HTTP response handling

👤 Author

Pratik Senapati
GitHub: PratikC54


⭐ Note

If you’re learning Spring Boot, this is a good starting point — but don’t stop here.
A real backend starts after CRUD.

About

A simple CRUD REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages