Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 334 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 334 Bytes

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.