Skip to content

jsztompka/Pokedex

Repository files navigation

Pokedex

Repo intended for educational purposes

The project main purpose is to showcase .Net 6 API best practices: image

Installation:

To run in docker:

From the solutions folder run the following commands:

  • docker build -f Pokedex.Api\Dockerfile --force-rm -t pokedex .
  • docker run -p 11111:80 pokedex

Use http://localhost:11111/swagger/index.html to test the API

Alternatively use dotnet CLI: From Pokedex.Api folder run the following commands:

  • dotnet restore
  • dotnet run

The API should be hosted at: http://localhost:5257

About

Repo intended for educational purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published