Api made whit Repository Pattern C#, for educational purposes
SDK Ubuntu
$ git clone https://github.com/josuecaleb6482/ApiPaises
$ sudo apt-get update; \
$ sudo apt-get install -y apt-transport-https && \
$ sudo apt-get update && \
$ sudo apt-get install -y dotnet-sdk-5.0
dotnetcore ef CLI
$ dotnet tool install --global dotnet-ef
$ dotnet tool update --global dotnet-ef
$ dotnet add package Microsoft.EntityFrameworkCore.Design
$ dotnet add package MySql.EntityFrameworkCore
This aplication is made in Ubuntu but u can run it in Windows, you can also uncouple the repository and data classes in another library classes proyects for better maintenance. If you find an issue with this library feel free to open an issue here on GitHub🙂.