An open API service indexing awesome lists of open source software.

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.

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