This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
-> Express.JS vs Next.JS
-> Creating Next App
-> API Route & Route Handler
-> Nested Routes
-> Dynamic Route, Static data, Postman
-> Advanced routing params
-> CRUD Operations
-> Restful API with fetch
-> Redirect using Middleware
-> Contact Form with Next.JS & MongoDB
-> Multiple Route, working with Dynamic routes & static data
-> Query Params & CRUD operation ...