create-3n-app
v1.1.5
Published
Scaffold fully functional Laravel and NodeJS/ReactJS management system templates instantly
Downloads
1,340
Maintainers
Readme
create-3n-app
Scaffold fully functional PHP Laravel or NodeJS + ReactJS management system boilerplates instantly.
npx create-3n-appTemplates (4 per stack)
- Hotel Reservation System - Guests, Rooms, Bookings, Payments
- Student Management System - Students, Courses, Enrollments, Grades
- Student Registration System - Departments, Programs, Registrations, Students
- Car Parking Management System - Parking Slots, Vehicles, Records, Payments
Features
- 26 Visual Color Themes - Pick a unique color palette (A-Z) for your project
- XAMPP Auto-Start - CLI auto-launches Apache + MySQL and creates the project database + tables
- Session-Based Auth - All Node.js backends use
express-session(no JWT) - Full CRUD - Create, read, update, delete for all entities with inline editing
- PDF Export - Generate PDF reports from any data table
- Auto-Configured .env - Automatically generates environment config with DB credentials
- Smart Scaffolding - Copies only active code (skips
node_modules,vendor,.git, etc.) - Automated Install - Optionally run
npm install/composer install/artisan key:generateautomatically
Requirements
NodeJS + ReactJS
- Node.js >= 14.x
- MySQL / XAMPP
PHP Laravel
- PHP >= 8.2
- Composer
- Node.js >= 14.x
- MySQL / XAMPP
Architecture (Node.js)
backend/
server.js Express app with session auth + full CRUD routes
db.js MySQL connection pool with auto-table creation
schema.sql Database schema (users, posts, employees, domain table)
frontend/
src/App.jsx React dashboard with login, table, inline edit, PDF export
src/index.css Tailwind CSS v4 entry
postcss.config.js Tailwind v4 PostCSS plugin config
tailwind.config.js Backward-compatible Tailwind config
docs/
ERD.md Entity Relationship Diagram
DFD.md Data Flow DiagramLicense
MIT
