Skip to content

dumitruc/pokemon

Repository files navigation

Java CI with Maven Bugs

About

Project init using spring boot initializr. Front API service to get some fun info about pokemons. This is a training exercise.

/pokemon/{pokemon-name}

This will return basic information of a pokemon

/pokemon/translated/{pokemon-name}

This will return the pokemon with translated description

Development setup

Getting Started

Download the repository locally

git clone https://github.com/dumitruc/pokemon.git

Go inside the repository

cd pokemon

This is your working directory home, all the commands should be executed form this folder.

Build the service as a jar

mvn clean install

Build the docker container

docker build -t pokemon .

Run the service in docker

docker run --rm -p8080:8080 pokemon 

Call the service:

http://localhost:8080/pokemon/mewtwo

http://localhost:8080/pokemon/translated/mewtwo

About

Explore pokemon universe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published