Skip to content

anas-tahi/springboot-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot REST API ☕

A production-ready RESTful API built with Spring Boot — clean architecture, JPA, and full CRUD endpoints. Live on Render.


✨ Features

  • 🔁 Full CRUD REST endpoints
  • 🗄️ JPA + Hibernate for database layer
  • 🔐 Input validation and error handling
  • 🏗️ Clean layered architecture (Controller → Service → Repository)
  • ☁️ Deployed live on Render

🏗️ Architecture

src/
├── controller/   ← REST endpoints
├── service/      ← Business logic
├── repository/   ← Data access (JPA)
└── model/        ← Entity classes

🚀 Run Locally

git clone https://github.com/anas-tahi/springboot-app
cd springboot-app
./mvnw spring-boot:run

API runs at http://localhost:8080

👨‍💻 Author

Anas Tahirgithub.com/anas-tahi

About

Production-ready RESTful API built with Spring Boot — clean architecture, JPA, REST endpoints. Live on Render.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors