WIP
Please use nvm in case you need to work with different node versions 😉
also wip but codebase, folder structure and rules are based in the api-testing-example repo 😉
yarn install
Setup the .env
file at the root path using these values
API_URL=https://freetestapi.com/api
ENDPOINT_BOOKS=/v1/books
We're using this mocks api to make some tests but you can use other apis with the same books interface 😄
yarn dev
Please use this url http://localhost:3000
yarn test