Skip to content

A dockerized webapp using nextjs, tailwind, mongo, and pdfkit to create .pdf invoices from any device.

Notifications You must be signed in to change notification settings

NeedToUpdate/Invoice-Creator

Repository files navigation

Invoice Creator


This is a nextjs app designed to create simple .pdf invoices.

Run:

docker-compose up --build

Go to localhost:3000.

Build:

NODE_ENV = production
docker-compose up --build -d -f docker-compose.prod.yml

This will run on port 80, open localhost.

Test:

docker-compose up -d
npx cypress open

About

A dockerized webapp using nextjs, tailwind, mongo, and pdfkit to create .pdf invoices from any device.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published