- 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.
- /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
This is the API LINK (https://my-pokemon-api.vercel.app/) hosted on Vercel using a few tweaks.