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

https://github.com/hendzormati/angular

Angular is a learning project focused on building a frontend application using Angular. It integrates seamlessly with the Spring Boot backend project, providing a full-stack solution.
https://github.com/hendzormati/angular

angular front-end javascript

Last synced: about 12 hours ago
JSON representation

Angular is a learning project focused on building a frontend application using Angular. It integrates seamlessly with the Spring Boot backend project, providing a full-stack solution.

Awesome Lists containing this project

README

          

# Angular Repository

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.

## Repository Traffic Overview

Here's the traffic overview for this repository:

- 👁️ **Total Views** Since Creation: **16** views
- 🔄 **Total Clones** Since Creation: **191** clones
- 📈 **Recent Views** (Last 14 days): **0** views
- 📊 **Recent Clones** (Last 14 days): **40** clones

---

Last traffic data update: **Sun Jun 21 2026 04:57:09 CET**

---

## Project Overview

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.

### Repository Structure

- **src**: Contains the source code for the Angular frontend.
- **angular.json**: Configuration file for Angular CLI.
- **package.json**: Dependency configuration for the project.

### Getting Started

1. **Clone the repository**:
```bash
git clone https://github.com/hendzormati/Angular.git
cd Angular

2. **Install dependencies**:
```bash
npm install

3. **Run the application**:
```bash
ng serve
The frontend will be available at **http://localhost:4200**