Skip to content

brietsparks/apollo-graphql-content-feed-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Apollo Graphql Content Feed App

An app that explores practices and patterns for building a GraphQL-power app with Apollo Server and Apollo Client, using a generic posts+images feed app as a usecase.

Dependencies

Dependencies for running locally:

  • Node >=14.18
  • Docker + docker-compose

Run

Service

Setup: yarn install

Run the app:

  • docker-compose up
  • yarn dev

Run tests:

  • yarn test

Webapp

Setup: yarn install

Run the app:

  • yarn dev

About

Practice with Apollo Server and Apollo Client

Topics

Resources

Stars

Watchers

Forks