/apidoc

Apidoc template

Primary LanguageJavaScriptApache License 2.0Apache-2.0

apidoc

APIs documentation interface and source files. Based on apiDoc

START ENVIRONMENT

To start local environment you must digit in your terminal into project folder:

make docker-start

Application is served to http://localhost:8383/doc/index.html

BUILD DOCUMENTATION

To build Apidoc documentation you must digir in your terminal into project folder::

make docker-build-api

STOP ENVIRONMENT

To start local environment you must digit in your terminal into project folder:

make docker-stop