Orbito Render: microservice to render data + template as HTML.
For available configuration check the source repo readme.
Simply fork / clone / copy this repository, start the container - than setup a template:
docker-compose up
Orbito Render API: localhost:3000 (incl. OpenAPI Spec & Docs)
Creates a new template
folder & file structure in the templates
folder.
Uses the mounts from docker-compose.yml
:
docker-compose run --rm render node cli.js tpl:init my-tpl
Renders a basic template, using the NodeJS client and a minimalistic example setup:
cd client
npm i
npm start
Static file server: localhost:3001 which hosts client/build
This project is free software distributed under the MIT License.