hackernews_graphql icon indicating copy to clipboard operation
hackernews_graphql copied to clipboard

A full fledged graphql API for hackernews.

Hackernews Graphql

A full fledged graphql API for hackernews.

🚀 Get Started

Local

  1. Install latest version of node

  2. Git clone the repo and checkout the version you want.

  3. Install pnpm for reproducible build through lockfile by running npm install -g pnpm

  4. Run pnpm install inside the project folder

  5. Run pnpm build && pnpm start

Docker

  1. Install Docker and Docker Compose

  2. Git clone the repo and checkout the version you want.

  3. Run docker-compose up -d inside the project folder.

The HN graphql API service should be up and running.

Contribution

Check the contributing page for information on how to contribute to this project.

📝 License

The project is licensed under MIT.