An open API service indexing awesome lists of open source software.

https://github.com/gpreviatti/proeventos

Events control side project using angular, dotnet 5, mssql, kubernates and many more...
https://github.com/gpreviatti/proeventos

angular asp-net-mvc devops docker dotnet dotnet5 github-actions kubernetes postgresql

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

[Documentation](https://github.com/gpreviatti/ProEventos/wiki)

[Project course fullstack com .Net + Angular](https://www.udemy.com/course/angular-dotnetcore-efcore/)

# 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"`