.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
-
Install Angular dependencies
⚠️ Before starting the application for the first time, run the following command in the
ClientAppdirectory:cd src/ClientApp npm install -
Run the application
Go back to the API folder and start the backend server:
cd src/API dotnet run --launch-profile angular_dev -
Access the app
-
Angular frontend: http://localhost:44492
-
Swagger UI (API docs): http://localhost:5184/swagger
-
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.
Languages
HTML
82.4%
C#
9.7%
TypeScript
7.6%
SCSS
0.3%