Mastering CRUD Operations Using Next.js 13 & MongoDB (Part 3)

preview_player
Показать описание

In this video, we will connect the frontend of our app to the backend. We are creating a simple web app demonstrating the CRUD operations in MongoDB using Next JS 13. I hope you find this useful.

Рекомендации по теме
Комментарии
Автор

Another great video! Thanks alot. The Github repo was really helpful in troubleshooting any errors I got, because then I could compare my code to yours. Cheers! :D

khallingstad
Автор

Thank you very much, 🙂
I think it's time to develop a complete application in nextjs 😁😁
if you can of course

badrane
Автор

Awesome bruh... now we will have to go fullstack using auth too❤

dummymail
Автор

please make an infinitely nested comments using nextjs and mongodb 🙏🙏

yukiritosurada
Автор

Hello! You can help me :( in the file page from editTopic I get the following error: "Cannot destructure property 'topic' of '(intermediate value)' as it is undefined." the console reports "const { topic} = await getTopicById(id);" as the error

benjaminguajardo
Автор

Hi how do you implement that on different pages which doesnt affecting other when updating, deleting or adding?

CedyBeato