Apollo-Movies
- Make sure docker installed in your system.(for runnig the docker image)
- Build image -> docker build -t your name/appname (e.g, docker build -t apollo/movie)
- Run the docker image -> docker run -p public-port:app-port your-name/appname (docker run -p 49160:8080 apollo/movie)
- open url http://localhost:8000/graphql in the browser.
Pending: Add pagination -> movies api is not allowing to limit the items. -> TODO - add pagination.
#query