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.
- User gets a whole list of SpaceX launch history and its individual launch details such as what rockets it uses.
- Integrates with SpaceX API regarding launches and rockets info.
- Utilizes
GraphQL
to retrieve data from SpaceX API.