https://github.com/anas-tahi/springboot-app
Production-ready RESTful API built with Spring Boot — clean architecture, JPA, REST endpoints
https://github.com/anas-tahi/springboot-app
backend java jpa maven rest-api spring-boot
Last synced: 2 days ago
JSON representation
Production-ready RESTful API built with Spring Boot — clean architecture, JPA, REST endpoints
- Host: GitHub
- URL: https://github.com/anas-tahi/springboot-app
- Owner: anas-tahi
- Created: 2025-11-25T18:13:25.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-06-18T01:48:24.000Z (19 days ago)
- Last Synced: 2026-06-18T03:24:37.178Z (19 days ago)
- Topics: backend, java, jpa, maven, rest-api, spring-boot
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot REST API ☕
> A **production-ready RESTful API** built with Spring Boot — clean architecture, JPA, and full CRUD endpoints. Live on Render.




**[🌐 Live API → springboot-app-sqei.onrender.com](https://springboot-app-sqei.onrender.com)**
---
## ✨ 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
```bash
git clone https://github.com/anas-tahi/springboot-app
cd springboot-app
./mvnw spring-boot:run
```
API runs at `http://localhost:8080`
## 👨💻 Author
**Anas Tahir** — [github.com/anas-tahi](https://github.com/anas-tahi)