Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.99 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.99 KB

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...