A mini-framework that shortcuts NestJS + Next.js setup for students. Write one command, get a full-stack project.
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
✅ 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
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- 👨🎓 Students learning full-stack
- 🏗️ Quick prototypes
- 📚 School/university projects
- 💼 Rapid MVPs
Get started in 2 minutes. 🚀