/yard

Create templated documents online and export to PDF (AngularJS+Django)

Primary LanguageCMIT LicenseMIT

Yard

An web application for creating templated documents and export as PDF

Live demo

Built with

Built using AngularJS, Django, and Libreoffice.
Deployed with Docker and Alpine Linux.

Screenshots

Mobile

ciao

Tablet & Desktop

ciao

Deploy

Deploymenent expects Docker, Docker-compose, and git.

> git clone https://github.com/neonsoftware/yard.git
> cd yard/back-end/deploy
> docker-compose up -d             (start server)
> # it's on ...
> curl -X GET 127.0.0.1:8000       (check connection)