Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 909 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 909 Bytes

illWatchers Backend

GraphQL middleware for illWatch project

Installation

Install all dependencies by running

yarn 

or

yarn install

Development

For development purposes you can start the app by running command

yarn dev

By default development server starts on localhost:4000

To deploy development server you have to install now-cli tool and run

yarn deploy

illWatchers UI repo lives here

Firebase project lives here

Private config repository lives here, write [email protected] to request an access

Examples

    query {
        movieByID(movieID: 9091) {
            original_title
        }
        
        watchlist
    }