Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 579 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 579 Bytes

vidly-api-server

RESTful API back-end for a video rental application built with Express and MongoDB

Vidly is a RESTful API backend for a video rental application. It supports JSON format and returns specific data about products, customers and rental transactions. It is built on Express and make use of json web tokens (JWT) to enable stateless authentication. The app interacts with MongoDB and uses Mongoose to define schemas and create models. Vidly features a front-end playground to test the endpoints. The code is tested extensively through unit and integration tests.