Skip to content

Itsavirus-com/pokedex

Repository files navigation

Pokedex

Getting Started

Install the dependencies and start the server with:

yarn install
yarn start

The script above will start the api and development server on:

API: http://localhost:3000
Frontend: http://localhost:1234

API

Get all pokemons

http://localhost:3000/pokemons

Get pokemons with pagination

http://localhost:3000/pokemons?_page=7&_limit=20

Get a specific pokemon

http://localhost:3000/:pokemon-id
example: http://localhost:3000/100

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published