Next.js 13 (nextjs api routes) in bangla
nextjs api routes
Next.js 13 Crash Course Tutorial in bangla #11 - api routes and crud - abtahi hasan
In this next js 13/14 tutorial video, we learn about how to add api routes and crud in nextjs 13/14 in bangla. this course is made by Abtahi Hasan in the Bangla language.
The complete guide to building your first Next.js 13 application! Next.js is a popular JavaScript framework that provides high-performance and alternative routing configuration for modern web applications. Through this video, you will gain comprehensive knowledge about the methods of building Next.js applications.
In this video, you'll:
- how to create api in next js
- how to perform crud oparation
- how to connect mongodb in next js 13.4
- how to use axios in mongodb
- how to create todo app using next js and mongodb with api routes
📽️ Timestamps:
- 00:00 project overview
- 01:16 next js 13.4 installation
- 03:30 add todo form create
- 07:36 connect mongodb in next js 13.4 with mongoose
- 11:18 create todo model in mongoose in next js 13.4
- 14:35 get api route in next js 13.4
- 21:14 react hook form install and setup in next js 13.4
- 25:29 axios install in next js 13.4
- 25:51 why use axios and post data using axios post request
- 27:48 post api route in next js 13.4
- 30:33 shaw todo in ui
- 37:41 todo edit page create with Dynamic Routes
- 38:23 get Dynamic Routes api route in next js 13.4
- 41:22 put api route in next js 13.4
- 55:00 delete api route in next js 13.4
Source Code