An open API service indexing awesome lists of open source software.

https://github.com/linthithtwe/pokemon-review-api-tutorial

Pokemon Review Api with ASP .NET Core Web Api, tutorial by @teddysmithdev
https://github.com/linthithtwe/pokemon-review-api-tutorial

asp-net-core-web-api csharp

Last synced: about 1 year ago
JSON representation

Pokemon Review Api with ASP .NET Core Web Api, tutorial by @teddysmithdev

Awesome Lists containing this project

README

          

# Pokemon Review API: ASP.NET Core Web API with SQL Server

An ASP.NET Core Web API for reviewing Pokemon, using SQL Server. This is a tutorial project by [@teddysmithdev](https://github.com/teddysmithdev), with a bit of modification by me.

```bash

dotnet ef database update

dotnet run seeddata

```