Pokemon description API as if it was told by Shakespeare
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Eugene ;) fc076d5e3a Adding a Note in README
Adding a note for Visual Studio and GIT
3 years ago
Pokespearean Fix - Cleaning up the input pokemonName 3 years ago
Pokespearean.Models Reorganizing the structure of the project, adding unit testing, adding PokemonService and ShakespeareService. 3 years ago
Pokespearean.Tests Reorganizing the structure of the project, adding unit testing, adding PokemonService and ShakespeareService. 3 years ago
.gitattributes Add .gitignore and .gitattributes. 3 years ago
.gitignore Add .gitignore and .gitattributes. 3 years ago
LICENSE Fix - Moving License and Readme to the right location 3 years ago
Pokespearean.sln Reorganizing the structure of the project, adding unit testing, adding PokemonService and ShakespeareService. 3 years ago
README.md Adding a Note in README 3 years ago

README.md

Pokespearean

Pokemon description API as if it was written by Shakespeare.

How to run it

The project that needs to be run should be the one named Pokespearean. The project should be run using Visual Studio 2019(VS). The project has 3 running profiles:

  1. IIS Express
  2. Pokespearean
  3. Docker

The first 2 profiles will run the project directly(clicking on the green play button in VS), opening a browser window at http://localhost:5000.

In this case you need to add to the path "/pokemon/{pokemon name}" where instead of {pokemon name} you need write the name of the pokemon, if the pokemon is found, a json string with name and description will be shown in the browser.

In case you want to use the "Docker" profile, make sure you have "Docker Desktop" installed, from the docker website.

Wanted improvements

  • Add documentation, possibly with swagger
  • Adding a validation service layer, so the incoming data can be validated before any other call
  • Adding more test coverage for the services behind the controller

Note

In case of Visual Studio git pull of the project, make sure to have GIT installed(Windows)