Skip to content

ssmith777/spacex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub license   Website shields.io

SpaceX App

This App is built with React on the frontend & NodeJS, GraphQL and Express on the backend.


Note: This site may be slow loading, please allow a little time for the container to spin up.

view GraphQL API with GraphQL Playground @: https://graphql-spacex-app.herokuapp.com/playground

view GraphQL API with GraphiQL @: https://graphql-spacex-app.herokuapp.com/graphql


Example GraphQL Query:
query{
  launches{
    flight_number
    mission_name
    launch_year
    launch_success
    rocket{
      rocket_id
      rocket_name
      rocket_type
    }
  }
}

Demo

Demo

Demo

Demo


Note: Built with...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published