Skip to content

msjdeveloper/branef-prova-tecnica

Repository files navigation

company-system

Project setup

docker-compose up -d

Run migrations

Inside of folder "src"

dotnet ef migrations add InitialCreate -p CompanySystem.Infrastructure -s CompanySystem.API
dotnet ef database update -p CompanySystem.Infrastructure -s CompanySystem.API --connection "Server=localhost;Port=5433;Database=company-system;User Id=postgres;Password=postgres;"

Run Projects

dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published