Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 790 Bytes

README.md

File metadata and controls

54 lines (37 loc) · 790 Bytes

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