- Minimal dependencies
- Clean and consise example for API and error handling
- Use ES7, async, await and appropriate router middleware
- Go to the demo site or run 'yarn install && yarn dev' in your terminal
- refresh the webpage(localhost:4000/api/item) multiple times and watch the possible results: (1) sync result (2) async result from fake database (3) async error from fake database (4) error thrown from your bussiness logic
- read the code.