Starter repo for building a Notes App using React Query and json-server.
Getting started:
npm installto install the dependenciesnpm run devto start the React appnpm run backend-serverto start the notes backend built withjson-server
The Notes API is available at http://localhost:3000/notes. You can perform the usual GET, PUT, POST, PATCH and DELETE on it.
To run the tests: npm run test.