Categorygithub.com/filipegms5/pokedex-backend
repositorypackage
0.0.0-20240705131442-e2d2122d9029
Repository: https://github.com/filipegms5/pokedex-backend.git
Documentation: pkg.go.dev

# 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