REST API in Next.JS 13.4 and mongoDB

Опубликовано: 12 Март 2026
на канале: Dhriti
1,190
34

Hello and welcome to the channel in this video, I will create REST APIs by using route.js file which allows us to create custom request handlers for a given route. Here I will build a crud application but I will not be using server actions and won't write any client side code on the server. Instead the frontend will be totally client side and there will be segregation of client side and server side components. The database will be mongoDB and I will use axios to make HTTP requests.