DEV Community

Rossano D'Angelo
Rossano D'Angelo

Posted on

Apollo Server with Express, Babel 7 and ESLint

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:

Have fun! 😄

Top comments (0)