bradtraversy / keystone-blog

GraphQL Blog API built with KeystoneJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keystone Blog

Blog API created with KeystoneJS

Rename config.env to .env and add your database URI

Running the Project.

Install dependencies with npm install

Run npm run dev

  • Admin UI - http://localhost:5000/admin
  • Graphiql Client - http://localhost:5000/admin/graphql
  • API Endpoint - http://localhost:5000/admin/api

Next steps

This example has no front-end application but you can build your own using the GraphQL API (http://localhost:3000/admin/graphiql).

About

GraphQL Blog API built with KeystoneJS


Languages

Language:JavaScript 98.2%Language:Shell 1.8%