In this project I am using Express with GraphQL server on the back-end and React and Apollo client on the front-end. Application displays all SpaceX launch missions and provides more information upon clicking on 'Launch Details' button.
Clone the repository
git clone https://github.com/Sergej-Vlasov/SpaceX-rocket-launches.git
install dependencies
npm install
start the server
node server.js