Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 300 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 300 Bytes

Minerva

Microservice written in Node. Used on workshops that treat about documenting REST APIs.

API specification: http://minerva-derberg.rhcloud.com/meta-data/api.raml

Run server in developement mode:

npm install
npm run develop

Run server on CF:

npm install
npm start