Skip to content

pacoogle/apidoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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