/apollo-test

A full-stack test of Apollo Server.

Primary LanguageJavaScript

Apollo Server Test

A simple Apollo server.

Requirements

At a minimum the Car schema can be a simple JSON object should include:

{ id: string, make: string, model: string, year: string, VIN: string } 

Install dependencies:

npm install

Start the server with nodemon on port 4000:

npm run dev

API Reference:

https://www.apollographql.com/docs/apollo-server/api/apollo-server/