Skip to content

thiiagoms/poke-node

Repository files navigation

Logo

Pokemon API with NodeJs + Express + MySQL :shipit:


All Pokemons in simple Api

Dependencies

  • NodeJs
  • MySQL

Install

  • First: clone the respository
$ git clone https://github.com/thiiagoms/poke-node
  • Second: Install dependencies
$ npm install

Run

  • First: Populate database
$ npm run seeder
  • Second: Stand up API
$ npm run dev

Endpoints

Avaible endpoints:

GET - List all pokemons
GET '/id' - Find Pokemon by id