Skip to content

Backend de practica de control de empleados

License

Notifications You must be signed in to change notification settings

snicoper/employee-control-api

Repository files navigation

Employee Control

https://www.nuget.org/packages/dotnet-ef

dotnet tool install -g dotnet-ef

Migración

cd src/WebApi

dotnet ef migrations add Initial -p ../Infrastructure/Infrastructure.csproj  -c ApplicationDbContext  -o ../Infrastructure/Data/Migrations

dotnet ef database update -c ApplicationDbContext

Secrets

{
  "ConnectionStrings": {
    "DefaultConnection": "User Id=postgres;Password=Password44!;Server=localhost;Port=5432;Database=EmployeeControl;Pooling=true;",
    "HangfireConnection": "User Id=postgres;Password=Password44!;Server=localhost;Port=5432;Database=EmployeeControlHangfire;Pooling=true;"
  }
}

Hangfire database EmployeeControlHangfire

About

Backend de practica de control de empleados

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages