Skip to content

LjupcheVasilev/cucumber-api-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Testing a GraphQL API using CucumberJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published