Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 589 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 589 Bytes

React-Apollo-GraphQL

Introduction

This project is a full stack web application where at front end it utilizes React, Apollo, Bootstrap and at back end uses GraphQL and express.

The front end repo is at folder client at root directory whereas the back end repo is just at very root level.

Key Features

  1. User gets a whole list of SpaceX launch history and its individual launch details such as what rockets it uses.
  2. Integrates with SpaceX API regarding launches and rockets info.
  3. Utilizes GraphQL to retrieve data from SpaceX API.