Skip to content

A lightweight, modular microservice template for rapid prototyping and scalable deployment. Built with Docker and CI/CD in mind, it’s designed for clean boundaries, secure credential management, and future‑proof integrations.

Notifications You must be signed in to change notification settings

MmelIGaba/temp-microServe

Repository files navigation

How the Program Works Together

  1. Client sends a POST request to /api/invoices/generate with the invoice data in JSON format.
  2. The request data is validated. If invalid, an error message is returned.
  3. If the request is valid:
    • The HTML template is loaded and populated with the invoice data.
    • The populated template is converted to a PDF using iText.
    • The PDF is returned as a file in the HTTP response.

About

A lightweight, modular microservice template for rapid prototyping and scalable deployment. Built with Docker and CI/CD in mind, it’s designed for clean boundaries, secure credential management, and future‑proof integrations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published