kennedy-f / pokedex-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poke API

How to use

Need docker-compose to run this project.

  docker-compose up poke-api

Populating the database

Access the route /import to populate the database.

  curl -X POST http://localhost:3000/import

What is working now?

[x] Create pokemon

[x] Read pokemon

[x] Update pokemon

[] Delete

About


Languages

Language:TypeScript 97.3%Language:JavaScript 2.7%