Demonstration REST API Documentation

A demonstration RESTful API implemented with Express.js. This API allows you to manipulate People and Movies. A Movie has one director (a Person).

OpenAPI Documentation

The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to HTTP APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection.

Read the API documentation