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 install
to install node dependencies. - Run
yarn dev
to run the application on port 3000.
You may run eslint by executing:
$ yarn lint
You may run jest by executing:
$ yarn test