An open API service indexing awesome lists of open source software.

https://github.com/hritik-6918/backend-nextjs


https://github.com/hritik-6918/backend-nextjs

Last synced: about 2 months ago
JSON representation

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 ...