# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
pokedex-backend
This is a simple GO API implemented using Gin Gonic. Its Purpose is to return the first 151 Pokémon info.
Installation
- Run
docker build --tag pokedex-backend .
- Then run
docker run -p 8080:8000 pokedex-backend