coldbox create app name="contacts" skeleton=rest-hmvc
install route-visualizer,mockdatacfc --savedev
server start
http://127.0.0.1:56326/api/v1/echo
http://127.0.0.1:56326/tests/runner.cfm
testbox run
coldbox create resource resource="contacts" singularName="contact" module="v1" modulesDirectory="modules_app/api/modules_app"
resources( "contacts" );
coldbox reinit
http://127.0.0.1:64554/route-visualizer
Work on the service list() and get() methods
server stop
docker run -p 8080:8080 -p 8443:8443 -v "`pwd`:/app" ortussolutions/commandbox:lucee5