How to setup local demo
---

1. Setup a local mongodb instance on port **27017**.

2. Run the following command on the project root folder.

```bash
npm run demo
```
