Natlinux81 84cfa92833 npm install
2025-04-21 21:40:33 +02:00
2025-04-21 21:40:33 +02:00
2025-04-21 16:55:15 +02:00
2025-04-21 16:55:15 +02:00
2025-04-21 16:55:15 +02:00
2025-04-21 18:41:30 +00:00

.NET + Angular Application Template

This project is a full-stack web application Template combining ASP.NET Core for the backend and Angular for the frontend.

🛠️ Technologies Used

  • Backend: ASP.NET Core (.NET 9)

  • Frontend: Angular

  • API Documentation: Swagger (Swashbuckle)

🚀 Getting Started

Prerequisites

🔧 Setup Instructions

  1. Install Angular dependencies

    ⚠️ Before starting the application for the first time, run the following command in the ClientApp directory:

        cd src/ClientApp
        npm install
    
  2. Run the application

    Go back to the API folder and start the backend server:

     cd src/API
        dotnet run --launch-profile angular_dev
    
  3. Access the app

Description
.NET + Angular Application Template This project is a full-stack web application Template combining ASP.NET Core for the backend and Angular for the Frontend.
Readme 448 KiB
Languages
HTML 82.4%
C# 9.7%
TypeScript 7.6%
SCSS 0.3%