In this tutorial, I’ll show you how to build a fully functional blog from scratch using Next.js, Drizzle ORM, and PostgreSQL. We’ll cover full CRUD operations (Create, Read, Update, Delete) to manage blog posts. I’ll create a simple and clean UI to demonstrate how easy it is to implement CRUD functionality with Drizzle ORM. Additionally, this tutorial will use full server components in Next.js
🛠️ Tools & Packages Used:
- [next.js]: https://nextjs.org/
- [drizzle orm]: https://orm.drizzle.team/
- [postgresql]: https://www.postgresql.org/download/
⏱️ Timestamps:
00:00 - Introduction
[01:47] - Create the UI
[17:41] - Implement CRUD
🌐 Check out more content:
- My Portfolio: https://www.cand.site/
- Medium: https://medium.com/@ckriswinarto
💻 Get the Source Code:
- GitHub: https://github.com/candraKriswinarto/next-drizzle-blog
🌐 Recommended Digital Tools (Affiliate Links):
- Hostinger: Get 20% Off on Web Hosting - https://dub.sh/zrpWarU
👍 If you found this video helpful, please like, and subscribe!
❓ Any questions? Drop them in the comments below!
#Coding #nextjs