Skip to content

maddix123/maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passport Photo Generator

A complete web-based Passport Photo Generator with:

  • JPG/PNG upload
  • drag/zoom/reposition crop interface
  • country passport size presets with automatic aspect ratio
  • live preview
  • printable A4 PDF output with multiple copies at 300 DPI
  • signup/login and database-backed save feature for logged-in users (guests can still download)

One-line VPS install

curl -fsSL https://raw.githubusercontent.com/maddix123/maps/main/install.sh | sudo bash

Local setup

npm install
npm start

Open: http://localhost:3000

Stack

  • Node.js + Express
  • SQLite (better-sqlite3) auto-created on first run at data/app.db
  • Vanilla HTML/CSS/JS frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors