Check out my courses: https://gtcoding.net/courses/
🚀 Dive into the world of web development with this comprehensive tutorial! Join me in building a powerful CRUD (Create, Read, Update, Delete) application using the dynamic duo of Next.js and AppWrite. 🌐💻
In this step-by-step guide, you'll learn the ins and outs of creating, reading, updating, and deleting data seamlessly from AppWrite using the Next.js framework and TypeScript. From setting up the project to implementing robust CRUD functionalities, every aspect is covered in detail.
But that's not all – I'll also guide you through the deployment process on Vercel, ensuring your application is ready to impress on the web. 🚀💡
Source code: https://github.com/Godsont/appwrite-crud
Timestamps:
-----------
00:00:00 - Intro
00:00:27 - Demo
00:02:13 - The UI
00:17:05 - The API
00:39:20 - The Homepage
00:54:12 - Insert into Database
01:04:07 - Update AppWrite Database
01:14:54 - Deploy