-
Setup Guide
$ npm init $ npm install express --save
-
Endpoints
http://localhost:3000/api/v1/messages/all http://localhost:3000/api/v1/messages/random http://localhost:3000/api/v1/messages/:id
-
Swagger
guidesmiths/swagger-endpoint-validator
$ npm install swagger-endpoint-validator --save