Let's Build a Full Stack Todo App with Next.js 14, MongoDB, and Prisma

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


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

I signed up and left a like before watching the video. I'm very grateful and happy to see that some people post tutorials creating complete apps, and help people like me trying to learn on their own. Sometimes it's discouraging. But that's it and I want to be honest and thank everyone who posts this content. You guys are so important. Thank you, sorry if the comment has English errors, I'm Brazilian and I used Google Translate. I intend to document my learning on video on my channel, whoever can help me.

meucaminhodev
Автор

Dude, this was great to following along with, not only helped me remember some of the react basics but learned a whole bunch of new stuff too. Thank you really enjoyed coding along with you and will be checking out more of your videos soon! Absolute Champ!

bradleyhill
Автор

Hey man. It is a good things you presented here and it helped me a lot for how to set prisma and mongodb for NextJs 🎉

khaledali
Автор

You're the real MVP, Antonio 👏👏👏🇻🇪🇻🇪🇻🇪👍👍👍

javiersistemas
Автор

thanks, this was helpful for me as a beginner!

mango__pineapple
Автор

Thank you so much my friend. You helped me a lot. Keep going.

ssegurbeneficios
Автор

the todo props type ({ todo}: todoType) would be export type todoType = {
todo: {
id: string;
title?: string | null;
isCompleted: boolean;
updatedAt?: Date | null;
createdAt?: Date;
}
}; that I believe! 👍

somnathdas
Автор

Hey is there a way to use the prisma along side a local mongodb compass?
I am getting an error when putting the url of my local db

eliyahutarab
Автор

Please, could you make a video deploing this app on versel?

atejap
Автор

Hello, at 12:03 todoActions.tsx, should it be .ts? Thanks!

ravenguirao