Vidly is an imaginary movie rental service I used to learn NodeJS.
Vidly requires Node.js v4+ & mongodb to run.
Install the dependencies, configure environment variables and start the server.
$ npm install
$ export vidly_jwtPrivateKey=<your private key>
$ npm start
It uses "mongodb://localhost/vidly" connection string
On a different tab run
$ mongod
Visit https://vidly-app-v3ik.onrender.com
OR