Skip to content

guimelloo/StudentHelp

Repository files navigation

🎓 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 -d

Done! Your project is running at:

🎁 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. 🚀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors