Skip to content

ThunderDev1/dog-walker-api

Repository files navigation

dog-walker-api

Dotnet core 2.2 API that goes with the dog-walker project

The API has the following features:

Using this project

You will need to setup a few things:

  • Install SQL Server LocalDB
  • Setup identity server: an example can be found in one of my other repos reactjs-ts-identityserver
  • Create a firebase account and add your key to FirebaseServerKey entry in appsettings.json

dotnet ef database update

donet run

Stack

  • Dotnet core 2.2 modular and high performance implementation of .NET
  • SQL Server relational database management system developed by Microsoft
  • EF Core 2.2 lightweight version of Entity Framework ORM
  • IdentityServer4 OpenID Connect Provider and OAuth 2.0 Authorization Server

Releases

No releases published

Packages

No packages published

Languages