A GraphQL implementation of JSONPlaceholder
A live version is avalable at https://gql-placeholder.herokuapp.com/
git clone https://github.com/MarkNjunge/graphql-placeholder.git
cd graphql-placeholder
yarn
Start the server using yarn start
or yarn start <port></port>
.
The app will be available at localhost:3000