Skip to content

nnad3N/pdf-generator

Repository files navigation

PDF Generator

This is an example app created using Next.js, that allows you to generate dynamic PDF files from a HTML template.

The Stack

Tests

The tests included in this repo are only for demonstration and should be extended/changed for production use.

Misc

  • You need to have pnpm installed on your system
  • This repo uses local SQLite database, but you can use Turso for production
  • You can sign in with [email protected] and root after seeding the database

Getting started

Remember to create a .env. file from .env.example before installation.

git clone https://github.com/nnad3N/pdf-generator.git
cd pdf-generator
pnpm i
pnpm db:push
pnpm db:seed
pnpm build
pnpm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published