Skip to content

illWatchers/ill-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    }

About

GraphQL middleware for illWatch project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published