This repository contains code examples for the API chapters of JavaScript Everywhere by Adam D. Scott, published by O'Reilly Media
$ cp .env.example .env
DB_HOST=<Your MongoDB URL>
TEST_DB=<A MongoDB URL for Running Tests>
JWT_SECRET=<Your json web token secret>
$ npm run dev