# How to Run this Demo

```
# start the gRPC server
cd grpc
npm install
npm start

# start the GraphQL server
cd ..
npm install
npm start
```