Skip to content

MaxiLR/AngularCrud-UnitTests

Repository files navigation

ASPNet Core WebApi Crud Angular Example 2024

Cloned from https://github.com/zsharadze/ASPNetCoreWebApiCrudAngular and modified. This is ASP.Net Core 8 Web Api and Angular crud example.

Getting Started

  1. Desde la terminal, navegar hasta el directorio EmployeeCrudApi, donde se encuentra el archivo del proyecto EmployeeCrudApi.csproj
  2. En appsettings.json cambiar la DefaultConnection string.
  3. Ejecutar el siguiente comando:
    dotnet run --urls "http://localhost:7150"
    

image

  1. Navegar a http://localhost:7150/swagger/index.html y probar los Endpoints. image

  2. En otra terminal, ir hasta el directorio EmployeeCrudAngular y ejecutar el siguiente comando para restaurar las dependencias:

    npm install
  3. Ejecutar el siguiente comando para restaurar las dependencias:

    ng serve -o 
  4. Navegar a http://localhost:4200/ image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •