/pokemon-api

Primary LanguageTypeScriptMIT LicenseMIT

POKéMON API

Run the project

Prerequisites :

  • node and npm installed
  • ts-node-dev and concurrently installed globally
npm install && npm run dev

Documentation

There are swagger doc and typedoc generated documentation.

Routes

go to http://${your_host}:${your_port}/docs to see the swagger documentation.

Code

Run :

npm run doc

Then go to docs folder and open index.html in your browser.