Demo App

  • 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

Getting Started

Prerequisites

Running the app

  • 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