https://github.com/cloudlena/graphql-jsonplaceholder
A GraphQL implementation of the JSONPlaceholder API
https://github.com/cloudlena/graphql-jsonplaceholder
express graphql typescript
Last synced: about 1 year ago
JSON representation
A GraphQL implementation of the JSONPlaceholder API
- Host: GitHub
- URL: https://github.com/cloudlena/graphql-jsonplaceholder
- Owner: cloudlena
- License: other
- Created: 2017-08-20T16:05:22.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T09:51:37.000Z (about 2 years ago)
- Last Synced: 2025-04-01T23:39:02.991Z (over 1 year ago)
- Topics: express, graphql, typescript
- Language: TypeScript
- Size: 502 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL JSONPlaceholder
[](https://travis-ci.org/mastertinner/graphql-jsonplaceholder)
[](https://hub.docker.com/r/mastertinner/graphql-jsonplaceholder)
A sample GraphQL implementation for the [JSONPlaceholder API](https://jsonplaceholder.typicode.com/).
## Run for local development
1. Run `npm install`
1. Run `npm run start:dev`
## Compile and run in production
1. Run `npm install`
1. Run `npm run build`
1. Run `NODE_ENV=production npm start`
## Build Docker image
The image is available on [Docker Hub](https://hub.docker.com/r/mastertinner/graphql-jsonplaceholder/)
1. Run `npm run build:docker`