/react-apollo-graphql-people-cars-wmdd

People and their cars (React + Apollo + GraphQL) Create a web app to keep track of people and their cars Use Apollo server w/ Express and React Apollo client as we did in class. The given schema has a list of people and a list of cars each of them own depicted by the car's personId. Your app's purpose is to keep track of these people and cars, displaying them, allowing them to be created, edited, updated, and deleted. (CRUD for both people and cars).

Primary LanguageJavaScript

This repository is not active