You may find the slides of the presentation here.
- Apollo Server
 - Jest
 - Lowdb (to keep data management simple)
 
- Clone and cd into this repository.
 - Make sure you have Node v12.13.1 installed.
 - Run 
yarn installto install node dependencies. - Run 
yarn devto run the application on port 3000. 
You may run eslint by executing:
$ yarn lintYou may run jest by executing:
$ yarn test