Build A Full Stack Blog App: Next.js 13.4, React, Tailwind, Prisma, MongoDB (2023)

  Рет қаралды 26,572

Indian Coders

Indian Coders

Күн бұрын

Пікірлер: 79
@thoropyt9955
@thoropyt9955 8 ай бұрын
You got a new Subscriber :)
@patite3103
@patite3103 Жыл бұрын
It would be great to continue on this code with the introduction of params, auth , multiple collections and server actions. Thank you!
@alihadimedlej2680
@alihadimedlej2680 Жыл бұрын
well done! thanks for this nice tutorial!
@adhdmed
@adhdmed Жыл бұрын
Nice tutorial, can you please make a part 2 about how to DEPLOY this app to the web.
@IndianCoders
@IndianCoders Жыл бұрын
Sure
@speedster784
@speedster784 Жыл бұрын
@00:30 why not just use the params props that is available through the API routes for when you pass dynamic data to the backend instead of using split on URL. const {id} = params could have work
@IndianCoders
@IndianCoders Жыл бұрын
Yeah that's also a good option. Thanks for the valuable comment 👍
@A03L
@A03L 8 ай бұрын
Your Video Tutorial is Amazing!
@vikaskushwah165
@vikaskushwah165 Ай бұрын
well explain tutorial
@dnyandeo33
@dnyandeo33 Жыл бұрын
Satisfying tutorial well explained every task and new technics.
@aburaihan-py4vi
@aburaihan-py4vi 8 ай бұрын
Excellent!!!!!
@Nanashi-rq7lk
@Nanashi-rq7lk Жыл бұрын
Thanks. Your course is perfect
@Temp-tm9wd
@Temp-tm9wd Жыл бұрын
new user test
@Temp-tm9wd
@Temp-tm9wd Жыл бұрын
hello world
@Temp-tm9wd
@Temp-tm9wd Жыл бұрын
jd#
@gokulnaathb2627
@gokulnaathb2627 7 ай бұрын
Gained knowledge, thank you, Sir
@jhonprada
@jhonprada Жыл бұрын
awesome tutorial thank you!
@codetech1165
@codetech1165 Жыл бұрын
this is such an amazing video for understanding next 13 full stack in general.. amazing stuff man
@IndianCoders
@IndianCoders Жыл бұрын
Glad you liked it. You can share it with your friends/story as well 🙂
@judeen_official
@judeen_official 11 ай бұрын
Thanks alot for this, my first time trying prisma👍👍👍
@mikhacavin
@mikhacavin Жыл бұрын
congratulation bro! you just got new subscriber 🎊🎊 keep it up 🔥
@IndianCoders
@IndianCoders Жыл бұрын
Thank you brother.
@nileshnilu7902
@nileshnilu7902 Жыл бұрын
Great learning❤
@avi_5827
@avi_5827 Жыл бұрын
Bro, you just got another subscriber !!
@IndianCoders
@IndianCoders Жыл бұрын
Thanks brother
@joshuashunk2814
@joshuashunk2814 4 ай бұрын
When I try to build the app for a test deployment I get the error: Type error: Route "app/api/blog/route.ts" does not match the required types of a Next.js Route. "main" is not a valid Route export field. How can I fix this?
@ROWDYMARRI-e4p
@ROWDYMARRI-e4p 2 ай бұрын
Did you resolve it??
@prajyot2021
@prajyot2021 2 ай бұрын
Thanks for the content man! One question: What if we want to map all blogs as soon as user adds new blog and without the need of refreshing the page manually? Any Suggestion would be appreciated!
@IndianCoders
@IndianCoders 2 ай бұрын
2 common approaches, 1. Side effect using use effect, 2. another could be when user successfully added the blog, don’t refresh and don’t perform db operation, just append to that array in UI. Let me know if this works
@yashishrani8372
@yashishrani8372 Жыл бұрын
Thank you guruji 🤲
@milanmithal
@milanmithal Жыл бұрын
Can you explain moreabout Prisma Client file also please push code into Git. Awsome tutorial.
@patite3103
@patite3103 Жыл бұрын
Could you explain how you get the emojis @48.53? Should I install the react package "react-input-emoji"? thank you
@4threich166
@4threich166 Жыл бұрын
How to add text editor and upload image in my blog like goolge's blogger website? Plz make a video about it
@luqmanusman70
@luqmanusman70 Жыл бұрын
Hi, source code not available on your given link, kindly upload, thanks.
@IndianCoders
@IndianCoders Жыл бұрын
Added
@michaeltrembovler8301
@michaeltrembovler8301 10 ай бұрын
😊
@Deus-lo-Vuilt
@Deus-lo-Vuilt Жыл бұрын
thanks
@IndianCoders
@IndianCoders Жыл бұрын
You're welcome!
@igorstadnik707
@igorstadnik707 Жыл бұрын
Hello from Ukraine. Thank you very much for your video. It's a pity that you didn't add categories for the blog. Other than that, it turned out really great :)
@IndianCoders
@IndianCoders Жыл бұрын
Thank you so much. I'm planning to do another with auth and multiple collections
@patite3103
@patite3103 Жыл бұрын
Is toaster library necessary when using Next.js server actions?
@williamcao5139
@williamcao5139 Жыл бұрын
I bought your course on udemy, Please respond the questions from your students, don't ignore it
@IndianCoders
@IndianCoders Жыл бұрын
Is there any issue?
@williamcao5139
@williamcao5139 Жыл бұрын
@@IndianCoders please attach source code in course
@4threich166
@4threich166 Жыл бұрын
How to add text editor and upload image in my blog like goolge's blogger website? Plz make a video about it🎉
@IndianCoders
@IndianCoders Жыл бұрын
Shhhhhh! Next one 🤓
@4threich166
@4threich166 Жыл бұрын
@@IndianCoders thanka vrata
@nitinbansal9961
@nitinbansal9961 Жыл бұрын
How to refresh the home page "/" automatically after navigating back from Create/Update blog pages, instead of waiting for 10 seconds and refreshing it manually. ?
@IndianCoders
@IndianCoders Жыл бұрын
useRouter hook
@andresdrimer
@andresdrimer Жыл бұрын
how exactly? useRouter is used on blog/add/page and on blog/add/edit/[id] as router.push("/"), so it goes to "/" , but it still doesn´t refresh db unless you press F5.
@IndianCoders
@IndianCoders Жыл бұрын
@@andresdrimer yes you need to refresh after revalidate seconds to make this gets reflected. Check out my latest video of 8 mins where I have explained it in deep. kzbin.info/www/bejne/imTHhISAo6Z9b68
@andresdrimer
@andresdrimer Жыл бұрын
@@IndianCoders i saw that new tutorial and now it´s crystal clear!! thank you!! this is a trully valuable learning matherial. It would be great for the future if you could make something similar including Auth with roles and conecction between different tables on MongoDb. Amazing tutorial, awesome work!!
@andresdrimer
@andresdrimer Жыл бұрын
hello again! i´m having a lot of troubles deploying to Vercel, it throws a TypeError when generating static pages, i´ve tried a lot of different posibilities including //@ts-nocheck but it´s still stuck there. Maybe an update on deploy this would be really helpfull! :) (it also throwed another type error on /prisma/index , but it worked out with ts-nocheck).Thanks again for your great knowledge and inspiration.
@user-np8sw3od6x
@user-np8sw3od6x Жыл бұрын
hey, thank you very much for the tutorial.😃😃 But while I am posting it is showing "500 internal server error"
@IndianCoders
@IndianCoders Жыл бұрын
Make sure you are connected to db and you are have right parameters in request
@jayantgupta5310
@jayantgupta5310 Жыл бұрын
Bro always show preview of final project.
@IndianCoders
@IndianCoders Жыл бұрын
I always show brother 😁
@NMNMJ
@NMNMJ Жыл бұрын
Make a video with mongoose
@nitinbansal9961
@nitinbansal9961 Жыл бұрын
Could you please push the code to Git Repository, thanks
@IndianCoders
@IndianCoders Жыл бұрын
Updated
@chuksvalentine3735
@chuksvalentine3735 Жыл бұрын
Can i follow this tutorial using JavaScript?
@IndianCoders
@IndianCoders Жыл бұрын
yes just use jsx instead of tsx and don't declare types
@CodeSchoolForGeeks
@CodeSchoolForGeeks Жыл бұрын
Where is auth?
@IndianCoders
@IndianCoders Жыл бұрын
In the next one 😙
@HimanshuChanda
@HimanshuChanda Жыл бұрын
Loni just has read me file No source code 😢
@IndianCoders
@IndianCoders Жыл бұрын
Updated
@itsyourboyt4683
@itsyourboyt4683 Жыл бұрын
Hey I just checked the repo link and it does not have the files. Going to watch the video now tho
@IndianCoders
@IndianCoders Жыл бұрын
Ohh right. Will push it in a moment
@jehanzebsiddiqui4631
@jehanzebsiddiqui4631 Жыл бұрын
Can a person with zero knowledge of prisma can still continue?
@IndianCoders
@IndianCoders Жыл бұрын
Yes I've explained everything
@chuksvalentine3735
@chuksvalentine3735 Жыл бұрын
Good tutorial but i would have preferred you use JavaScript rather than Typescript
@IndianCoders
@IndianCoders Жыл бұрын
Will use the javascript in next project 👍
@brancode404
@brancode404 Жыл бұрын
@@IndianCoders Please dont TS is best practice and much more preferred and modern
@A03L
@A03L 8 ай бұрын
@@brancode404 js is better for beginners like us, because learning nextjs and typescirpt and nextauth and tailwind and prisma all at once is overwhelming xD
@waayo-arag-media
@waayo-arag-media Жыл бұрын
Hellow, i am getting this error when i try to send POST request : - error TypeError: Cannot read properties of undefined (reading 'headers') at eval (webpack-internal:///(rsc)/./node_modules/next/dist/server/future/route-modules/app-route/module.js:265:61), so please help me find the solution
@mikhacavin
@mikhacavin Жыл бұрын
const postBlog = async ({ title, description }:{ title: string; description: String; })=>{ const res = fetch("localhost:3000/api/blog",{ method: "POST", body: JSON.stringify({title, description}), //@ts-ignore "Content-Type": "application/json", }); return (await res).json(); } maybe it help
@diegoalexisaguirre451
@diegoalexisaguirre451 Жыл бұрын
this is my error at least to try get if someone help me please ( TypeError: fetch failed at Object.fetch (node:internal/deps/undici/undici:11457:11) at async invokeRequest (C:\Users\54362\Desktop\full-stack ode_modules ext\dist\server\lib\server-ipc\invoke-request.js:17:12) at ) :(
Build A Simple CRUD API With Next.js 13 App Router (REST API)
29:05
Indian Coders
Рет қаралды 77 М.
3 Years Experienced React Interview
1:16:16
ProCodrr
Рет қаралды 36 М.
Modus males sekolah
00:14
fitrop
Рет қаралды 22 МЛН
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 193 МЛН
The Joker wanted to stand at the front, but unexpectedly was beaten up by Officer Rabbit
00:12
Quiet Night: Deep Sleep Music with Black Screen - Fall Asleep with Ambient Music
3:05:46
Java API development
3:02:48
KnowledgeToGroww
Рет қаралды 759
Angular Crash Course 2024 (for Beginners)
4:04:23
Code Deck
Рет қаралды 156 М.
Full-Stack Next.js Blog App with Prisma and Tanstack React Query
1:48:07
Modus males sekolah
00:14
fitrop
Рет қаралды 22 МЛН