Building REST APIs with Next.js 14 – Course for Beginners

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

Course developed by @ProgrammingwithUmair321

⭐️ Contents ⭐️
⌨️ (0:00:05) Overview of project
⌨️ (0:04:11) Files and folder structure
⌨️ (0:07:41) Connect to database
⌨️ (0:16:26) Create user schema
⌨️ (0:19:26) GET users api
⌨️ (0:24:46) POST new user api
⌨️ (0:30:32) PATCH user api
⌨️ (0:39:51) DELETE user api
⌨️ (0:45:41) Create category schema
⌨️ (0:49:21) GET categories api
⌨️ (0:54:35) POST category api
⌨️ (0:58:46) PATCH category api
⌨️ (1:08:41) DELETE category api
⌨️ (1:12:49) Create blog schema
⌨️ (1:14:39) GET blogs api
⌨️ (1:21:14) POST blog api
⌨️ (1:25:59) GET single blog api
⌨️ (1:33:12) PATCH blog api
⌨️ (1:38:41) DELETE blog api
⌨️ (1:41:56) Search blogs api with keywords
⌨️ (1:46:31) Filter blogs with date
⌨️ (1:50:16) Sort blogs api
⌨️ (1:51:26) Blogs pagination
⌨️ (1:56:36) Protect api routes
⌨️ (2:08:41) Logging middleware
⌨️ (2:11:56) Deployment

🎉 Thanks to our Champion and Sponsor supporters:
👾 davthecoder
👾 jedi-or-sith
👾 南宮千影
👾 Agustín Kussrow
👾 Nattira Maneerat
👾 Heather Wcislo
👾 Serhiy Kalinets
👾 Justin Hual
👾 Otis Morgan
👾 Oscar Rahnama

--

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

Hello guys, hope you learn something new from my tutorial. Happy coding! 😊

ProgrammingwithUmair
Автор

All my coding knowlage is from this guy, huge respect to u !

SulfiOP
Автор

Thank you for this video, I was searching for backend crud operation with next js at multiple places and channels but not satisfied anywhere, but your tutorial is really amazing, simple and sort. Thankyou again

AnjaliPandey-nzeb
Автор

Really good tutorial! I love that you explained everything so detailed

samuelm
Автор

Thank you sir, This is a great video. I am learning a lot. I was searching this type CURD operation with Next Js. It would be very beneficial if these types of frontend and backend CURD operations were shown together in same platform with Next Js.

subratasadhukhan
Автор

Great video, I learned a lot and enjoyed every step of of it. Thanks very much sir!!!

lebohangmotseki
Автор

I will do this tutorial during my flight to home 😊

ashwanikapur
Автор

Thanks a lot, that was an excellent overview! Much appreciated.

ChristopherMcAndrew-bdwf
Автор

By the time I finish this, Next15 will be launched 😂

idahodz
Автор

10:40 MongoDB Connection String
40:00 VSCode Extension [Tab9]

shashwatshrey
Автор

Really nice one. Can't wait for part

falcan
Автор

Sir please make one more video on cloudinary, How to upload image/images, video and more to server

pawansoni
Автор

Hello everyone, Please Make a video on the Next.js 14 Conceptually.
Thankyou!!

nehap-
Автор

Great video, thanks. I got a question, I always get IDs (user, blog, category, etc) with context but here I see you use "const { searchParams } = new URL(request.url)". Whats the difference between both and why should I use one insted of the other or in wich situation I supose to use one or another? I got lots fo "different" answers about that and I dont know what you use. Thanks

jpsm
Автор

Is this suitable for complete beginner?

randomride
Автор

I always thought that server actions were the only way to go

madickecisse
Автор

what extension are you using for code completion

NarenKumarR-cymb
Автор

Hi @ProgrammingwithUmair321, thank you for the great video.

Please I have a question. I decided to deploy nextjs api route on netlify but it gave a strange result.
When the only request in the api/test/routes.ts is GET, it works fine.
But whenever I add POST, it keeps showing 404 after deployment.

Have you or anyone experience this type of issue before and how can it be resolved?
I have tried the best I could to resolve it but all effort was futile before coming out to ask for help. PLEASE

vocalchameleon
Автор

Nextjs with prisma ORM along with mongodb is the best for rest

syedhaaris
Автор

Is it possible to build rest Api with express than use with next js like mern+nextjs

oktayaltunkaya