/my-pokemon-api

My Pokemon API built for my-pokemonCard-app.

Primary LanguageTypeScript

my-pokemon-api

Description:

  • My Pokemon API built for my-pokemonCard-app. This API was built to help me practice my server building skills, backend and data structures, and extended to be consumed/used for the pokemonCard webApp and maybe serve other purposes.

Built With & Requirements

Routes

  • /random :- GET A RANDOM POKEMON
  • /pokemon_okeke :- GET ALL POKEMON
  • /pokemon_okeke/:id :- GET A SPECIFIC POKEMON
  • /pokemon_okeke :- POST A POKEMON
  • /pokemon_okeke/:id :- DELETE A POKEMON

API LINK

This is the API LINK (https://my-pokemon-api.vercel.app/) hosted on Vercel using a few tweaks.