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
- Host: GitHub
- URL: https://github.com/linthithtwe/pokemon-review-api-tutorial
- Owner: LinThitHtwe
- Created: 2024-03-14T06:46:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T02:38:03.000Z (over 2 years ago)
- Last Synced: 2025-03-30T19:33:58.819Z (over 1 year ago)
- Topics: asp-net-core-web-api, csharp
- Language: C#
- Homepage:
- Size: 54.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```