Files
DotNetAngular/README.md
2025-04-21 17:29:31 +00:00

1.1 KiB

.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 ClientApp
    npm install
  1. Run the application

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

	dotnet run --launch-profile swagger_dev
  1. Access the app