ATS
Akron Tire Shop POS

Node app required for the live register.

This file is only a safe static fallback. The real POS now runs through the Next.js server app with PostgreSQL, secure PIN sessions, receipt numbering, transaction history, and print-job records.

1. Enable Node.js hosting in Plesk Set the app root to this repo and start the Next.js production server.
2. Configure environment variables Set DATABASE_URL, SESSION_SECRET, and printer settings from .env.example.
3. Run database setup Run npm run db:migrate and npm run db:seed, then start the app.