Cloned from https://github.com/zsharadze/ASPNetCoreWebApiCrudAngular and modified. This is ASP.Net Core 8 Web Api and Angular crud example.
- Desde la terminal, navegar hasta el directorio
EmployeeCrudApi, donde se encuentra el archivo del proyectoEmployeeCrudApi.csproj - En appsettings.json cambiar la DefaultConnection string.
- Ejecutar el siguiente comando:
dotnet run --urls "http://localhost:7150"
-
Navegar a http://localhost:7150/swagger/index.html y probar los Endpoints.

-
En otra terminal, ir hasta el directorio EmployeeCrudAngular y ejecutar el siguiente comando para restaurar las dependencias:
npm install
-
Ejecutar el siguiente comando para restaurar las dependencias:
ng serve -o
-
Navegar a http://localhost:4200/

