docker-compose up -d
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;"
dotnet run