API Rest created with ASP.NET Core using DDD
Video how to use
·
Report Bug
·
Request Feature
Template using ASP.NET Core 3.1 with DDD principles (Domain Driven Design).
- ASP.NET Core (Download)
- Entity Framework Core 3.1
- Swagger
- SQL Server Express (Download)
- SQL Server Management Studio (Download)
-
Enter credentials from your database File(Line 16): https://github.com/MicaelaGuimaraes/TemplateApiNetCoreDDD/blob/main/DataAccess/Context.cs
-
Install dotnet-ef:
dotnet tool install --global dotnet-ef
-
Run the Migrations command to create your database:
dotnet ef database update
-
Click the run
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.