Skip to content

harsh2602/football-graphql

Repository files navigation

How to setup

  1. Clone the repo
  2. Create a file secret.js at the root of the project and add the following code:
const id = <ADD_SECRET_HERE>;

module.exports = { id };

  1. Run npm i && npm start
  2. Go to http://localhost:8000 to open the graphql playground

To run on Docker

After you have Docker installed run the following command to use the docker compose file to run on docker

  • docker-compose build && docker-compose up

About

GraphQL API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published