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: 29 views
- 🔄 Total Clones Since Creation: 74 clones
Last traffic data update: Tue Feb 25 2025 02:19:36 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