Skip to main content

Fullstack

Boilerplate for creating a fullstack application on NestJS and Angular.

📄️ How I Deployed a Full-Stack Application with "NestJS" with "Angular" on "Supabase" and "Vercel"

I developed a small full-stack application as an example of a REST + WebSockets boilerplate using NestJS and Angular. The application uses PostgreSQL for data storage, Redis for caching, and Minio for file handling. Initially, the target deployment environment was Kubernetes, but to speed up development and MVP testing, I decided to use free cloud services: Supabase for infrastructure and Vercel for deploying the backend and frontend.