Vidly is a RESTful API for video store management.
MongoDB available at localhost.
export vidly_jwtPrivateKey=/path/to/private_key # required for generating JSON web token
npm install
npm start
npm test
API is available at http://localhost:4000/api.