Desafio proposto da empresa fictícia FH, utilizando:
- ASP.NET Core 3.1;
- Swagger Tools;
- XUnit;
- Fluent Assertions;
- Entity Framework Core (ORM);
- PostGres (Database);
- Redis (Cache);
- Docker + Docker Compose;
-
git clone https://github.com/leandroribeiro/prova-f.git
-
cd prova-f
-
docker-compose up --build
-
cd ProvaF.Infrastructure
-
dotnet ef database update
-
Acesse no seu navegador http://localhost:5000