Starter repo for building a Notes App using React Query and json-server.
Getting started:
npm install
to install the dependenciesnpm run dev
to start the React appnpm run backend-server
to 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
.