Skip to content

hanekedesign/code-challenge-api

Repository files navigation

SpaceX GraphQL Gateway

A GraphQL gateway for r-spacex/SpaceX-API

Installation

# clone the repository
$ git clone https://github.com/kevinstd/spacex-graphql-gateway.git

# copy the example env file
$ cp .env.example .env

# install dependencies
$ yarn

Running the project

# development mode
$ yarn start

# production mode
$ yarn build && yarn serve

NOTE: If you run on production mode make sure to change the value of NODE_ENV in the .env file to production

Available routes

  • The GraphQL endpoint
    • /graphql

Test

# static analysis
$ yarn static:analysis

# unit test
$ yarn test:unit

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages