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 dev
Avaible endpoints:
GET
- List all pokemons
GET '/id'
- Find Pokemon by id