Instructions in backend-code-challenge.md
- The TodoClient and ApiManager classes are located in the folder
src/classes - To run the unit tests, run
npm run test:unit - To run the integration tests, run
npm run test:integration
node 14.21.2 and npm 6.14.17 recommended
npm installnpm run devthen go to https://localhost:3000 to see the API data fetched by the app