Skip to content

thutasann/dotnet-pokemon-review-api

Repository files navigation

DOTNET-CORE POKEMON REVIEW API

This is the mini dotnet-core api development practice project.

Tech Stacks

  • Dotnet Core
  • EntityFramework Core
  • MySql

UML Diagram

UML
Credit Teddy Smith

NuGet Packags

  • Microsoft.EntityFrameworkCore.Design
  • MySql.EntityFrameworkCore
  • Pomelo.EntityFrameworkCore.MySql
  • MySql.Data
  • AutoMapper
  • AutoMapper.Extensions.Microsoft.DependencyInjection
  • Microsoft.Extensions.Caching.StackExchangeRedis
  • Newtonsoft.Json

Scripts

Create Dotnet project

dotnet new webapi -o api

Dotnet Watch Run

cd api
dotnet watch run

EF Database Migration

dotnet tool install --global dotnet-ef --version 7.*
dotnet ef migrations add init
dotnet ef database update

Husky Installation

Installation Doc

dotnet new tool-manifest
dotnet tool install Husky
dotnet husky install

About

mini dotnet-core api practice project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published