BeersApp is a Single Page Application which integrate with BreweryDb Services to List Beers, so you can preview,search, filter, sort beers
- Solution consist of these projects: . BeersApp.Domain (For Models like Beer) . BeersApp.Application (For Business Logic which Integerate with BreweryDB) . BeersApp.Application.Tests (For Testing Business Logic) . BeersApp.Web (The web Application which developed using .Net Core 2.1 For API services Layer and Angular App Supported By CLI For the ClientSide)
- Install .Net Core 2.1 Preview (https://blogs.msdn.microsoft.com/dotnet/2018/02/27/announcing-net-core-2-1-preview-1/)
- Install npm Packages
- Change APIKey in "BreweryDBSettings" section in appsettings.json and in Config.cs file in BeersApp.Application.Tests Project with your key
-
Beer Details solution