Skip to content

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.

Notifications You must be signed in to change notification settings

hendzormati/Angular

Repository files navigation

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: 29 views
  • 🔄 Total Clones Since Creation: 74 clones

Last traffic data update: Tue Feb 25 2025 02:19:36 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:
    git clone https://github.com/hendzormati/Angular.git
    cd Angular
    
  2. Install dependencies:
    npm install
    
  3. Run the application:
    ng serve

The frontend will be available at http://localhost:4200

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published