Welcome to the Angular repository! This project is part of my workshop series for learning Angular and how to build a frontend application that integrates with a Spring Boot backend.
Here's the traffic overview for this repository:
- 👁️ Total Views Since Creation: 2 views
- 🔄 Total Clones Since Creation: 99 clones
- 📈 Recent Views (Last 14 days): 0 views
- 📊 Recent Clones (Last 14 days): 20 clones
Last traffic data update: Sun Jan 25 2026 02:46:37 CET
This repository is designed for educational purposes to guide you through creating an Angular frontend that can interact with a Spring Boot backend. Through this workshop, you’ll learn:
- How to build components in Angular.
- How to interact with backend services through REST APIs.
- How to connect the frontend with the Spring Boot backend to form a full-stack application.
- src: Contains the source code for the Angular frontend.
- angular.json: Configuration file for Angular CLI.
- package.json: Dependency configuration for the project.
- Clone the repository:
git clone https://github.com/hendzormati/Angular.git cd Angular - Install dependencies:
npm install
- Run the application:
ng serve
The frontend will be available at http://localhost:4200