hackernews_graphql
hackernews_graphql copied to clipboard
A full fledged graphql API for hackernews.
Hackernews Graphql
A full fledged graphql API for hackernews.
🚀 Get Started
Local
-
Install latest version of node
-
Git clone the repo and checkout the version you want.
-
Install pnpm for reproducible build through lockfile by running
npm install -g pnpm
-
Run
pnpm install
inside the project folder -
Run
pnpm build && pnpm start
Docker
-
Install Docker and Docker Compose
-
Git clone the repo and checkout the version you want.
-
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.