This is a web application that consumes the SpaceX API, and turns it into a GraphQL API using express-graphql, then it's consumed by React using Apollo as a client!
- Use the web hosted version.
- Host it on your own machine.
Clone, switch to the Heroku branch and cd into the repository location in your machine.
npm install
npm run server
Warning: There is a chance that one day, the API might have changes which could break the web app. Please, if you're facing any issues, contact me.
This application was initially built by Brad Traversy in this tutorial, I simply improved the application and added some styling, and more functionalities.