1.1 KiB
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
-
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:5114/swagger
-