Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.21 KB

Orbito Render

Orbito Render: microservice to render data + template as HTML.

For available configuration check the source repo readme.

  1. Start Render API
  2. Setup Template
  3. Use Render Client

Start Render API

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)

Setup Template

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

Use Render Client

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

License

This project is free software distributed under the MIT License.

© 2022 bemit UG (haftungsbeschränkt)