All Pokemons in simple Api
- NodeJs
- MySQL
- First: clone the respository
$ git clone https://github.com/thiiagoms/poke-node
- Second: Install dependencies
$ npm install- First: Populate database
$ npm run seeder- Second: Stand up API
$ npm run devAvaible endpoints:
GET - List all pokemons
GET '/id' - Find Pokemon by id