Skip to content

Instantly share code, notes, and snippets.

@nicholas-littlelives
nicholas-littlelives / README.md
Last active November 7, 2018 02:18
LittleLives Node.js GraphQL Simple

Overview

Create a simple GraphQL server in Node.js that returns movie results based on search string

Queries

Your GraphQL server should have a single query in the form
movies (search String, page = 1 Int) [Movie]

Types

A single Movie type must be implemented with fields:

Keybase proof

I hereby claim:

  • I am nicholas-littlelives on github.
  • I am uneekly (https://keybase.io/uneekly) on keybase.
  • I have a public key ASBj1uidx8_pQFIApOQ3eeGkZk2tCbBQwjHXqouWhCktGgo

To claim this, I am signing this object:

LittleStories Mobile Application

  • react native application with 3 user types. Teacher, Admin and Publisher. Also a non-logged in mode by browsing public stories
  • graphQL query language
  • has editor inspired by Medium.

General idea

  • similar to medium, LittleStories is designed for posting and viewing blog-like stories
  • Teachers and Admins can post stories but teacher-created stories require Approval from an Admin
  • Publishers simply select public stories to include in their Publication