https://github.com/hendzormati/springboot
SpringBoot is a learning project focused on building backend services with Spring Boot, designed to seamlessly integrate with the Angular frontend project.
https://github.com/hendzormati/springboot
java maven rest-api spring-boot swagger
Last synced: 13 days ago
JSON representation
SpringBoot is a learning project focused on building backend services with Spring Boot, designed to seamlessly integrate with the Angular frontend project.
- Host: GitHub
- URL: https://github.com/hendzormati/springboot
- Owner: hendzormati
- Created: 2025-01-28T11:21:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-31T04:00:52.000Z (about 1 month ago)
- Last Synced: 2026-05-31T06:05:35.135Z (about 1 month ago)
- Topics: java, maven, rest-api, spring-boot, swagger
- Language: Java
- Homepage:
- Size: 89.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringBoot Repository
Welcome to the **SpringBoot** repository! This project is part of my workshop series for learning **Spring Boot** and how to build a backend service that integrates with an **Angular** frontend.
## Repository Traffic Overview
Here's the traffic overview for this repository:
- 👁️ **Total Views** Since Creation: **162** views
- 🔄 **Total Clones** Since Creation: **219** clones
- 📈 **Recent Views** (Last 14 days): **0** views
- 📊 **Recent Clones** (Last 14 days): **41** clones
---
Last traffic data update: **Sun Jun 21 2026 05:21:41 CET**
---
## Project Overview
This repository is designed for educational purposes to guide you through creating a **Spring Boot backend** that can power an **Angular frontend**. Through this workshop, you’ll learn:
- How to create REST APIs in Spring Boot.
- How to connect the backend to a database.
- How to integrate the backend with an Angular frontend for a full-stack application.
### Repository Structure
- **src**: Contains the source code for the Spring Boot backend.
- **application.properties**: Configuration file for setting up the application.
- **pom.xml**: Maven project configuration for dependency management.
### Getting Started
1. **Clone the repository**:
```bash
git clone https://github.com/hendzormati/SpringBoot.git
cd SpringBoot