https://github.com/hritik-6918/backend-nextjs
https://github.com/hritik-6918/backend-nextjs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hritik-6918/backend-nextjs
- Owner: hritik-6918
- Created: 2024-09-06T17:03:47.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T11:57:52.000Z (9 months ago)
- Last Synced: 2024-09-07T12:58:39.214Z (9 months ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Learning Backend (Next.JS)
-> 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 ...