Skip to content

keawade/pokedata-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokedata-api

PokeData API built with Nest

Description

This project provides a server to wrap PokeAPI V2 to reduce results noise and cache results for future PokeData apps.

Running

  1. Install dependencies with yarn or npm i
  2. Start dev server with yarn start or npm start