Skip to content

VebjornG/graphQL-apollo-testproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Fullstack app made with GraphQL and Apollo

This is a test API with a client under construction using static mock data. The project was made using Apollo. Read more about Apollo here.

Apollo's lift-off course companion app Live Demo App

Run the project

This fullstack app holds two main folders server and client whichs serves as the backend and the frontent, respectively.

server

  • install packages cd server && npm install
  • start server npm start

The graphql server pulls data from a rest API holding the

client

from another terminal window:

  • install packages cd client && npm install
  • start react app npm start

About

A test project using graphQL through Apollo Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published