Simple Pokemon API developed with Express to get specific data from the PokéAPI. Gotta Catch 'Em All!
Require Node.JS
npm install
For instailling dependencies.npm run dev
For developing environment.npm run dev:windows
For developing environment on windows.npm run start
For production environment.npm run start:windows
For production environment on windows.npm run test
For running the tests.npm run cover
For running the test coverage.npm run report
For opening the test coverage report on the browser.npm run report:windows
For opening the test coverage report on the browser on windows.
MIT