Simple API for Shop management management using .Net core, Docker and Dapper
- .NET Core 8
- Dapper
- Entity Framework
If you don't have .Net download from .NET
If you have .NET , download the project in your PC:
git clone https://github.com/sheymor21/SimpleShop.git
Before running the project write at the console for restore the dependencies:
dotnet restore
For run the project:
dotnet run
Or if you want the swagger interface use:
dotnet watch run
If you don't have Docker yet, go to Docker
For create only the image of the application:
docker build . -t SimpleShop