ssmith777 / spacex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 82.6%Language:HTML 15.5%Language:CSS 1.9%