Skip to content

Falki141/AspNetCore-PokeAPI

Repository files navigation

ASP.NET pokemon test project

This is an ASP.NET test project. You can create, update, get pokemons with this API. We use an MySQL Server to store all pokemons. This project is only for testing ASP.NET

start up with docker

docker-compose up -d

Commands

Migrate the database with this command:

dotnet-ef database update

Run the API (dev): dotnet watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published