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...
- Host: GitHub
- URL: https://github.com/gpreviatti/proeventos
- Owner: gpreviatti
- Created: 2021-09-20T12:19:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T22:37:03.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T15:45:56.776Z (over 1 year ago)
- Topics: angular, asp-net-mvc, devops, docker, dotnet, dotnet5, github-actions, kubernetes, postgresql
- Language: C#
- Homepage:
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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"`