/ShakespearePokemons

Pokemon Translation to Shakespeare API.

Primary LanguageC#MIT LicenseMIT

Shakespeare Pokemons

Project for job interview created by Facundo Aita


How to build using dotnet

Requirements

Steps

  1. Clone this repository git clone https://github.com/facundo91/ShakespearePokemons.git

  2. Go to the repository folder cd ShakespearePokemons

  3. Publish the project dotnet publish .\ShakespearePokemons\ShakespearePokemons.csproj

  4. Run the excecutable .\ShakespearePokemons\bin\Debug\net5.0\publish\ShakespearePokemons.exe

  5. Open a browser and go to localhost:5001

How to build using docker

Requirements

Steps

  1. Clone this repository git clone https://github.com/facundo91/ShakespearePokemons.git

  2. Go to the repository folder cd ShakespearePokemons

  3. Build the image & run a container docker-compose -p .\docker-compose.dcproj up -d

  4. Open a browser and go to localhost:5001

Live Demo running in Azure

Requirements

You can see a live demo of the API through facundo91.com or through Azure