Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.54 KB

File metadata and controls

41 lines (26 loc) · 1.54 KB

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: 157 views
  • 🔄 Total Clones Since Creation: 194 clones
  • 📈 Recent Views (Last 14 days): 17 views
  • 📊 Recent Clones (Last 14 days): 52 clones

Last traffic data update: Sun May 03 2026 04:26:12 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:
    git clone https://github.com/hendzormati/SpringBoot.git
    cd SpringBoot