Files
DotNetAngular/README.md
2025-04-21 18:22:47 +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 src/ClientApp
    npm install
  1. Run the application

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

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