![[Fullstack Introduction] Supabase, 10x Better Than FirebaseCourse Thumbnail](https://cdn.inflearn.com/public/courses/334439/cover/9e628f60-3721-4d03-b36d-a577593b96fd/334439.jpg?w=420)
[Fullstack Introduction] Supabase, 10x Better Than Firebase
lopun
Supabase to give wings to full-stack development! Complete full-stack development in 2 hours with Supabase, a superset of Firebase.
Basic
PostgreSQL, Next.js, TailwindCSS
🔥 This is a practical full-stack course where you will implement the knowledge-sharer features from scratch, from course registration to video uploading. Using Next.js 15 and NestJS, you will follow the actual Inflearn workflow—creating courses, organizing curriculums, uploading thumbnails and videos, and writing detailed descriptions—while gaining hands-on experience in Prisma modeling, JWT authentication, S3 + CloudFront uploading, and Swagger API design.
345 learners
Level Intermediate
Course period Unlimited
Reviews from Early Learners
5.0
치현
I am currently a frontend developer and had been wanting to try backend development as well. Remembering the positive experience I had with Ropan-nim's Next.js full-stack course, I decided to enroll in this one. Personally, I had wanted to create a site like Inflearn and had even officially inquired if I could crawl Inflearn's course data, but it was rejected. It seems I was able to fulfill that wish through this course. As someone new to Nest.js, this course helped me grasp how a project could be structured if I were to develop one. Because it also included a planning section titled "Exploring the Inflearn Product," I think I was able to contemplate the architecture and structure. Although it's a bit disappointing that deployment isn't included in Part 1, if Part 2 comes out quickly, I'd like to have a complete portfolio including deployment 😊😊.
5.0
찬우 이
I am currently studying to become a frontend developer. Ро펀's previous supabase course was very helpful, which led me to take this clone coding course as well. When working on team projects, I would receive APIs from the backend team and write frontend code referencing Swagger. I was always curious about the data flow logic on the backend side, and this course was really beneficial as I could experience that flow firsthand. There were difficult parts as I encountered many new technologies like NestJS and Prisma for the first time. However, the instructor explained the latest technologies frequently used in practice very well, and the material was well-organized on Notion, making it easy to follow. The process of using various tools like Shadcn UI, TailwindCSS, and S3 was also interesting, and I learned many tips and know-how that can be immediately used in real work. Specifically, by directly implementing how the frontend and backend are connected and how the overall structure operates, my understanding of full-stack development has definitely increased. I recommend this course to anyone who wants to create a high-quality project that can be used for a portfolio, or those who want to learn practice-oriented full-stack development!
5.0
cafe small house
I'm writing this again after finishing the lecture. First of all, it's really good. Before, I just thought it was a neat lecture, but I gained a lot from it. For me, learning how to receive backend specs from the frontend via hey-api was really great. Honestly, I think this alone made the lecture worth it. Of course, there are many methods like GraphQL, tRPC, etc., but eventually, when you get a job, everything is done with REST APIs. I was thinking about whether there's a way to avoid that, a way to reduce each other's work, and I feel like I've learned a good method. It was also good because it was a lecture that made me think there are better ways for next and nest than what I'm currently using.
Latest Full-Stack Development Trends (Next.js 15, NestJS, Prisma)
Completion of "My Own Inflearn" platform, usable as a portfolio
Developed overall service features including course registration, modification, video uploading, and curriculum editing.
Creating professional-grade, stylish UIs with Shadcn UI + TailwindCSS + Cursor AI
Configuring an automated backend calling structure based on Swagger + OpenAPI
Modeling a database with Prisma and designing a PostgreSQL-based structure
Building an S3 + CloudFront-based Streaming Upload System
Who is this course right for?
No more blogs or to-do apps! A frontend developer who wants to implement an entire service from scratch.
Junior to mid-level developers who want to learn NestJS backend design through practical experience
Job seekers who need high-quality projects for career changes or portfolios
Practical-oriented students who want to master the real-world stack from A to Z with a single course.
Practical-oriented students who want to master a single-language-based full-stack architecture from start to finish.
Need to know before starting?
Basic syntax of HTML/CSS/JS
Basic experience using React
Understanding of REST API and Node.js
3,796
Learners
230
Reviews
64
Answers
4.9
Rating
8
Courses
🚀 “I will show you the entire process of building a real-world service using the trendiest tech stacks.”
I provide project-oriented practical lectures rather than theory, offering content that can be immediately helpful in the field.
(Current) Working at Naver/Kakao/Line/Coupang/Baemin
(Current) 7th-year Full-stack Developer
(Lecturing) Instructor at Sparta Coding Club
(Education) B.S. in Computer Science, Korea Advanced Institute of Science and Technology (KAIST)
All
55 lectures ∙ (14hr 42min)
Course Materials:
4. Introduction
02:23
All
40 reviews
4.8
40 reviews
Reviews 21
∙
Average Rating 4.8
Edited
5
Since it was based on Next.js, I could start comfortably, and although NestJS and Prisma were new, I found them interesting to work with. Because it's a clone project like a real service, I was satisfied that I could develop practical skills as well! I'm also looking forward to Part 2! 😊
Reviews 5
∙
Average Rating 5.0
5
I purchased both Part1 and Part2 together. As a working professional, I'm currently exploring technologies to introduce to my company and need to implement technologies using nest and next frameworks. Through the lectures, I'm learning about various technologies and applying them. The flow is good, and rather than being a project that somehow just works with whatever libraries, I think it's a configuration that directly impacts efficient development/management/operations, so the lecture gets a million points out of a perfect score. Thank you for the excellent lecture. But teacher... We students don't know what you know, which is why we want to learn and are taking the lectures... This lecture is not beginner level... Most students probably think "What on earth am I supposed to look at?" even when looking at official documentation... because we don't know much...😊 When you suddenly say "I'll delete this part because this part replaces that part," most students have to think for a long time about what "this part" and "that part" actually are, and it seems they feel great difficulty in figuring it out... Your lectures are good. You're providing everything I need and everything I want. Just... just a little bit, a very little bit. I would be grateful if you could think of us as "poor potatoes" who can't even breathe on our own yet.
Thank you for leaving such great feedback! I'll work hard to reflect your suggestions so that beginners can follow along more easily :) If you have any questions or get stuck on anything, please feel free to reach out on Slack anytime. Fighting until you complete the course!
Reviews 2
∙
Average Rating 5.0
Edited
5
I am currently studying to become a frontend developer. Ро펀's previous supabase course was very helpful, which led me to take this clone coding course as well. When working on team projects, I would receive APIs from the backend team and write frontend code referencing Swagger. I was always curious about the data flow logic on the backend side, and this course was really beneficial as I could experience that flow firsthand. There were difficult parts as I encountered many new technologies like NestJS and Prisma for the first time. However, the instructor explained the latest technologies frequently used in practice very well, and the material was well-organized on Notion, making it easy to follow. The process of using various tools like Shadcn UI, TailwindCSS, and S3 was also interesting, and I learned many tips and know-how that can be immediately used in real work. Specifically, by directly implementing how the frontend and backend are connected and how the overall structure operates, my understanding of full-stack development has definitely increased. I recommend this course to anyone who wants to create a high-quality project that can be used for a portfolio, or those who want to learn practice-oriented full-stack development!
Thank you for your valuable course review, Chanwoo! I feel very rewarded that you found the lecture beneficial. 😊😊 Thank you for your hard work completing the course. I hope you have a happy day! :)
Reviews 12
∙
Average Rating 5.0
Edited
5
I am currently a frontend developer and had been wanting to try backend development as well. Remembering the positive experience I had with Ropan-nim's Next.js full-stack course, I decided to enroll in this one. Personally, I had wanted to create a site like Inflearn and had even officially inquired if I could crawl Inflearn's course data, but it was rejected. It seems I was able to fulfill that wish through this course. As someone new to Nest.js, this course helped me grasp how a project could be structured if I were to develop one. Because it also included a planning section titled "Exploring the Inflearn Product," I think I was able to contemplate the architecture and structure. Although it's a bit disappointing that deployment isn't included in Part 1, if Part 2 comes out quickly, I'd like to have a complete portfolio including deployment 😊😊.
Chihyun, thank you so much for your thoughtful course review! I'm happy to hear that this course helped you realize your wish of wanting to build a site like Inflearn yourself, even just a little bit 😊😊 You mentioned you were new to Nest.js, but it's rewarding from the course creator's perspective that you were able to understand the structure and get the hang of it! As you mentioned, I understand you might have felt a bit disappointed that deployment wasn't included in Part1. I'll do my best to prepare well so that you can build a more complete portfolio with deployment in Part2. Please look forward to it! 😊 Thank you once again for your valuable course review!
Reviews 6
∙
Average Rating 5.0
Edited
5
🎯 A course that allows frontend developers to easily learn the full-stack flow As I developed in frontend and felt the need for backend knowledge, I previously took the "Backend 101 for Frontend Developers" course. Since I was highly satisfied, I decided to take this course immediately afterwards. This course goes beyond simple feature implementation. It first covers the theory of the latest technology stack including Next.js 15, NestJS, Prisma, React Query, TailwindCSS, Cursor AI, and Jotai, making it suitable for beginners to follow. Implementing each feature while cloning a real service, I felt this course is highly appropriate for frontend developers who want to understand the backend flow together. Particularly impressive were: ✅ API implementation using Prisma and database modeling based on PostgreSQL ✅ Configuration of an automated backend call structure based on Swagger + OpenAPI ✅ Building a video streaming upload system based on AWS S3 + CloudFront There was a lot of specific implementation content at a level that can be directly used in practice. Furthermore, I was very satisfied with the learning environment as I could ask questions or get feedback on points I was curious about during learning via the Slack channel and receive answers. However, one drawback was that the video order was not smooth in some parts due to CKEditor related issues. It didn't affect the overall flow significantly, but it was a bit confusing. 👉 I highly recommend this course for those who want to gain project experience covering both frontend and backend. ⭐⭐⭐⭐⭐ Satisfied with practical sense, technology stack, and cloning target.
Check out other courses by the instructor!
Explore other courses in the same field!