student-help
v2.0.0
Published
π Student Help Framework - Create full-stack projects in minutes with integrated StudentHelp utilities module
Maintainers
Readme
π Student Help
A mini-framework that shortcuts NestJS + Next.js setup for students. Write one command, get a full-stack project.
β‘ Quick Start
npm install -g student-help
student-help new my-app
cd my-app
docker-compose up -dDone! Your project is running at:
- Frontend: http://localhost:3001
- Backend: http://localhost:3000
π What You Get
β
Backend - NestJS with StudentHelp module (50+ utilities)
β
Frontend - Next.js with Tailwind CSS
β
Database - PostgreSQL ready to use
β
Docker - Everything containerized
β
Auth - JWT setup included
π Commands
student-help new app-name # Create new project
student-help generate:auth # Add authentication
student-help generate:resource User # Create CRUD endpoints
student-help --help # See all commandsπ Perfect For
- π¨βπ Students learning full-stack
- ποΈ Quick prototypes
- π School/university projects
- πΌ Rapid MVPs
Get started in 2 minutes. π
