/ProEventos

Events control side project using angular, dotnet 5, mssql, kubernates and many more...

Primary LanguageC#

Documentation

Project course fullstack com .Net + Angular

How to Run

Docker

execute the following command

docker-compose up

inside de backend project execute the following command

dotnet ef database update -p src/ProEventos.Persistence/ -s src/ProEventos.API/ --connection "Host=localhost;Port=5432;Database=ProEventos;User ID=postgres;Password=admin"