Skip to content

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

Notifications You must be signed in to change notification settings

gpreviatti/ProEventos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"