Samagra-Development / Doc-Generator

Create PDFs from a variety of formats.
17 stars 46 forks source link

Migrate to NestJS #65

Open radhay-1199 opened 1 year ago

radhay-1199 commented 1 year ago
yuvrajsab commented 1 year ago

Milestone 1: We can start by implementing 2 APIs

  1. Register template API - this API will use Templater service for creating new templates
  2. Generate PDF API - this API will use puppeteer to create PDFs

Milestone 2: We can focus on extending register template API by implementing Google docs feature that will take template in the form of google doc and convert that to HTML and pass that to templater for registering it.

Milestone 3: We can focus on exporting output to different type of format i.e. docx. PDF, HTML, etc.