okteto / node-graphql-server

GraphlQL server developed with Node, Apollo and Okteto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Books App

This repository contains an example of how to develop a federated GraphQL application using Node, Apollo Server, React, and Okteto.

Components

Proxy

NGINX proxy fronting the entire application. Use this so the application has a single entry point.

Frontend

A react application that displays the list of books. It calls the graphQL service to get the information.

Gateway

A GraphQL gateway service. This allows us to federate multiple services together under the same endpoint.

Service

A GraphQL service that returns a list of books.

Develop with Okteto

Deploy your copy of the application in Okteto Cloud. After that, open a terminal, navigate to the folder of service you want to develop, and run okteto up to activate the development environment, and yarn start to star the service in your remote terminal. All the dependencies and the code will be synchronized by okteto.

About

GraphlQL server developed with Node, Apollo and Okteto

License:Apache License 2.0


Languages

Language:JavaScript 58.7%Language:HTML 22.3%Language:CSS 12.0%Language:Dockerfile 7.1%