/vidly-api

Primary LanguageJavaScript

Vidly API

Vidly is a RESTful API for video store management.

Requirements

MongoDB available at localhost.

Run

export vidly_jwtPrivateKey=/path/to/private_key # required for generating JSON web token
npm install
npm start

Test

npm test

API is available at http://localhost:4000/api.