Skip to content

Azfletch/user-management-graphql-apollo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management GraphQL

This is a simple application allowing basic crud operations for users and associated course results. Application built using Node.js, TypeScript, React, GraphQL & Apollo.

Getting Started

install dependencies:

pnpm install

To run the app locally:

client:

cd client && pnpm dev

server:

cd server && pnpm start

Client unit tests are written using vitest and can be run with the following command:

cd client && pnpm test

GraphQL resolvers unit tests are written using jest and can be run with the following command:

cd derver && pnpm test

About

CRUD application built using GraphQL, Apollo, React, Vite & TypeScript & Node.js

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors