Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 427 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 427 Bytes

Realdolmen React Track - Exercise

Pokemon REST API

Setup

to start the API, execute following actions:

  • $ cd ./api
  • $ npm install
  • $ nmp run start

Routes

Route Description
/pokemon Get a list of all available Pokemon
/pokemon/{id} Get details of a given Pokemon