Video
Build a Full-Stack App in 30 Minutes
1 min read30:00
tutorialfull-stacknextjslive-coding
A live coding session where I build a complete full-stack web application from scratch in 30 minutes.
What We Built
In this session, I built a real-time collaborative todo app with:
- Next.js frontend and API routes
- PostgreSQL database with Prisma
- WebSocket-based real-time updates
- Tailwind CSS styling
Timestamps
- 0:00 โ Introduction and setup
- 5:00 โ Project scaffolding
- 10:00 โ Database schema and API
- 20:00 โ Frontend components
- 25:00 โ Real-time updates
- 28:00 โ Deployment
Code
The full source code is available on GitHub.