/vuln-graphql-api

A very vulnerable implementation of a GraphQL API.

Primary LanguageTypeScript

vuln-graphql-api

This fork of vulnerable-graphql-api simplifies and cleans up the Docker build for quick deployment and testing with docker-compose.

Docker Build

  • Make sure docker-compose is present on the system.
  • Set SERVER_PORT in the environment and run docker-compose up
export SERVER_PORT=3000
docker-compose up