Skip to content

Veekthor/vidly-chuka

Repository files navigation

Vidly

Vidly is an imaginary movie rental service I used to learn NodeJS.

Installation

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

Usage & Demo

Visit https://vidly-app-v3ik.onrender.com

OR

https://vidly-app-v3ik.onrender.com/docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published