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).

This project has two documentations generated with different tools.

OpenAPI

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

apiDoc

Inline Documentation for RESTful web APIs. apiDoc creates a documentation from API annotations in your source code.

Read the API documentation