/graphql-nodejs

📈 Code used to make a presentation about GRAPHQL at company @oficina5.

Primary LanguageJavaScript

GraphQL - Nodejs

Code used to make a presentation about GRAPHQL at company @oficina5.

Presentation link

Run the server

To run the API's follow this:

cd drivers-api npm start

cd vehicles-api npm start

To run the graphQL serve follow this:

cd graphql-server npm start

The graphQL server is running in the localhost:3000