namelos / graphql-todo

A minimalist GraphQL example to show how things work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL Todo Example

This is a minimalist GraphQL example to show how things work.

Installation

npm i

Run

npm start

Back-end locates in server.mjs.

Front-end locates in src directory.

Application runs at http://localhost:4000

API playground runs at http://localhost:4000/api

Have fun!

About

A minimalist GraphQL example to show how things work


Languages

Language:JavaScript 100.0%