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.
Here's the traffic overview for this repository:
- 👁️ Total Views Since Creation: 60 views
- 🔄 Total Clones Since Creation: 50 clones
- 📈 Recent Views (Last 14 days): 3 views
- 📊 Recent Clones (Last 14 days): 40 clones
Last traffic data update: Sun Mar 23 2025 02:39:55 CET
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.
- 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.
- Clone the repository:
git clone https://github.com/hendzormati/SpringBoot.git cd SpringBoot