In this repository you can find a simple Apollo Server created with Express, Babel 7 and ESLint
https://github.com/rossanodan/cinematheque-apollo-server-playground
As you can see, it's a playground. This means that I will probably change the code day by day as I do practice with GraphQL
and Apollo.
Feel free to fork this repository and to use it as your own to do practice with them.
PS. To use this project you will need an API key for The Movie Database which I used to fetch some data from.
Create an account and you will be provided of an API key.
Resources
List of useful resources I used to setup my plauground:
- setup Babel 7 for NodeJS
- install and setup Nodemon
- getting started with ESLint
- setup ESLint in your JavaScript project
- setting up Apollo Server with Express
Have fun! 😄
Top comments (0)