- Acme.Api - ASP.NET Core Web API
- Acme.Common - Common requests/responses models.
- Acme.Core - Reusable extensions and helpers to be shared across projects
- Acme.Data - Data access layer
- Acme.Service - Business logic
- Acme.Tests - Unit tests
- .NET Core 2.1 SDK
- Visual Studio 2017 (optional)
- JetBrains Rider (optional)
- Open the solution in Visual Studio 2017 or JetBrains Rider
- Set the Acme.Api project as the startup project
- Run the app
- Open a browser and navigate to
http://localhost:5000/api-docs/index.html