Hello Chris, this was my first fullstack project and it was really helpful. I notice that your previous video was 2 yrs ago, so I just want to thank you for teaching again. Have a great day and take care! :D
I found this really helpful to get some foundational experience writing my first full stack react application... Thanks so much! I'm experienced in web app dev but have never used react, express, or prisma before. This is really fun stuff... can't wait to keep learning!
Thanks I really appreciate the feedback! I plan to upload more regularly and always happy to hear suggestions / ideas on what content I should make next !
for anyone following along with newer versions of express or node (not sure which makes the difference), when checking for empty title and content you'll need: { res.status(400).send("title and content fields required"); return; } instead of { return res.status(400).send("title and content fields required"); } to avoid a litany of odd errors.
Thank you so much for this video. It was straight to the point and explained everything well. I recently learned React and felt I needed to do something practical then just a static website.
@ChrisBlakely I'm not sure why RUclips won't let me post the url to the website, but I made a post it site like yours. I learned so much and made it my own. Thank you so much!!
hello! my newer course has some info on how to deploy to render, but its sort of mixed in with the project. Theres an example project on their docs you can try here docs.render.com/deploy-node-express-app. Hope this helps!
Hi any reason why you went with the grid approach instead of flexbox for this project? Or do you prefer using grid for single page websites like these. Thanks
Hi Chris thank you for this helpful video, I made you before project about notes, but that one you use JS, now in this one you use TS, why? It is possible to use a backend with typescript and you frontend with JS?
@@ChrisBlakely Exactly, that's what I mean, I tried to upload the backend as a web service in the render and it's giving an error in the nodeJS version with Prisma
For some reason mine just stopped right before "the database is already in sync with the prisma schema" . Its not giving me an error or anything, it just didnt say generated or anything else, its like it didnt finish even tho I waited a while. Do you have any idea why this might be?
the typing is too fast. its too hard to follow along. the explanations are great though but its really frustrating to have to pause and rewind constantly
Thanks for the feedback! I was trying something new but don’t think it really worked out. I’ve slowed things down for my next video. Appreciate you taking the time to watch nonetheless!
could you tell me why do you wasting time to 10000000 th notes App? It is not industry ready, already did millionth of time, nothing new. Ok. If for example you making Notes App change technology, for ex.add Kubernetes or something, but in this case it is just wasting time
So glad to see you back! Amazing content, as always 👌🏻 Looking forward to more such content! ✨
Hello Chris, this was my first fullstack project and it was really helpful. I notice that your previous video was 2 yrs ago, so I just want to thank you for teaching again. Have a great day and take care! :D
thanks for watching and I really appreciate the kind words! Hope to see you in the next one!
I found this really helpful to get some foundational experience writing my first full stack react application... Thanks so much! I'm experienced in web app dev but have never used react, express, or prisma before. This is really fun stuff... can't wait to keep learning!
Very excited when I saw a new post! You make everything easy to understand and just click into place in a way that I haven't found anywhere else.
Thanks I really appreciate the feedback! I plan to upload more regularly and always happy to hear suggestions / ideas on what content I should make next !
Extending your Quiz app with a backend and some additional question types (drag and drop ordering, matching, etc.) would be great. @@ChrisBlakely
for anyone following along with newer versions of express or node (not sure which makes the difference), when checking for empty title and content you'll need:
{
res.status(400).send("title and content fields required");
return;
}
instead of
{
return res.status(400).send("title and content fields required");
}
to avoid a litany of odd errors.
Your tutorials was the first to help me understand reactjs as a beginner. Please do more videos. Thanks
Thank you ! I’m glad you’re finding my videos helpful, I really appreciate you taking the time to watch them. I’ll have more stuff coming up soon!
Happy to see you back :)
Great to see you back!!
Perfect tutorial, no doubt.
Thanks! 🙌
Great efforts! Thank you.. welcome back
hello chris, good to see you gain, im expecting more projects from ur channel
Great video! Helped me a lot!! Thanks for making this!
Hi code coyotes doesnt seem to work so we have no access to the code anymore
Thank you for this tutorial, its just perfect for me as a frontend dev to have a preliminary understanding of how full-stack works
Thank you so much for this video. It was straight to the point and explained everything well. I recently learned React and felt I needed to do something practical then just a static website.
No problem , thanks for watching!
@ChrisBlakely I'm not sure why RUclips won't let me post the url to the website, but I made a post it site like yours. I learned so much and made it my own. Thank you so much!!
thats awesome! would love to see it, you can send the linke to hello@jschris..com if you want! Thanks again for watching! @@Mannyggwp
This was amazing. I hace a few questions abouta dding categories, archiving and the order of the notes showing up but this was very helpful
Thank you so much for this video, it came at the time I needed it
Thanks for watching !
wow ,good to see you back. and please do more MERN/NEXT.js with TYPESCRIPT advanced projects
thank you, its good to be back :) I have plenty of full stack/next.js/ts on the roadmap !
@@ChrisBlakely appreciate it bro
Great intro app tutorial for newbies 🎉
Thanks for watching , glad you enjoyed it!
Thank you chris, this project is too good to start❤.If possible can you make a video on how to deploy this project live on render or vercel?
hello! my newer course has some info on how to deploy to render, but its sort of mixed in with the project. Theres an example project on their docs you can try here docs.render.com/deploy-node-express-app. Hope this helps!
Great tutorial!
Thanks for watching!
Hi any reason why you went with the grid approach instead of flexbox for this project? Or do you prefer using grid for single page websites like these. Thanks
Hi Chris thank you for this helpful video, I made you before project about notes, but that one you use JS, now in this one you use TS, why? It is possible to use a backend with typescript and you frontend with JS?
Hey chris! Great tutorial..i need some suggestions/guidance from you
hii, your website is not working. please look into that thanksss
Completed. Thank you for this, though not sure why its 500 mph 😅
haha figured people didn't want to watch me making so many mistakes when typing out the code 😅! Thanks for watching!
Hello, nice project but I want to know how to put the front-end in Vercel, with the API running on localhost, because the API is not in a cloud
you would have to host the backend as well, a front end hosted on Vercel wouldn't be able to communicate with your localhost (if thats what you mean)
@@ChrisBlakely Exactly, that's what I mean, I tried to upload the backend as a web service in the render and it's giving an error in the nodeJS version with Prisma
For some reason mine just stopped right before "the database is already in sync with the prisma schema" . Its not giving me an error or anything, it just didnt say generated or anything else, its like it didnt finish even tho I waited a while. Do you have any idea why this might be?
can anyone help me with the database part , as the elephantsql sevices closed i was trying aws(postgresql) but facing some troubles
why note tye did not define ? or I missed that ?
just completed this....now to see if I can do all that on my own....lol
Good luck! You can do it 🙌
Hello Chris. Will this run on mobile? Using expo?
Hey, I didnt build this with react native in mind, and dont have much experience with it to be honest, so I'd assume it probably wont :)
@@ChrisBlakely Okay thanks for sharing! By the way, great tutorial :)
elephantsql shutdown already,any other alternatives?
the typing is too fast. its too hard to follow along. the explanations are great though but its really frustrating to have to pause and rewind constantly
Thanks for the feedback! I was trying something new but don’t think it really worked out. I’ve slowed things down for my next video. Appreciate you taking the time to watch nonetheless!
Hello!! elephantSQL is not working!!
Find any alternative?
i think your domian does not work
he talks so fast 😭
could you tell me why do you wasting time to 10000000 th notes App? It is not industry ready, already did millionth of time, nothing new. Ok. If for example you making Notes App change technology, for ex.add Kubernetes or something, but in this case it is just wasting time
it’s for beginners , beginners don’t need to know about kubernetes for a simple notes app. Thanks for commenting though it was really helpful 😊
@@ChrisBlakely it was only an example (to add something different, kubernetes) yes it is beginner course already 100000001 th notes app
@@zoltanmolnar6956 If you don't like it don't do it bro it's not that hard
@@zoltanmolnar6956 you do simple crud operation first then go into complex one, i think you missed his point