This is a simple application allowing basic crud operations for users and associated course results. Application built using Node.js, TypeScript, React, GraphQL & Apollo.
install dependencies:
pnpm installTo run the app locally:
client:
cd client && pnpm devserver:
cd server && pnpm startClient unit tests are written using vitest and can be run with the following command:
cd client && pnpm testGraphQL resolvers unit tests are written using jest and can be run with the following command:
cd derver && pnpm test