Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 952 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 952 Bytes

SpaceX GraphQL Server

This repository contains a GraphQL server that fetches data from the SpaceX API.

Project Structure

The main file is index.ts which sets up the GraphQL resolvers for the server. The resolvers fetch data from the SpaceX API for different types of objects like Rocket, Launchpad, etc.

Installation

To install the dependencies, run:

npm install

Running the Server

To start the server, run:

npm start

Usage

The server provides GraphQL endpoints for fetching data about SpaceX's rockets, launchpads, and more.

Contributing

Contributions are welcome. Please open an issue or submit a pull request.

License

MIT

Acknowledgments