Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 665 Bytes

File metadata and controls

41 lines (31 loc) · 665 Bytes

A detailed course to undestand nextjs

This long video was designed to give you an indepth understanding about latest nextjs and how it works.

Tech Stack

  • Nextjs
  • typescript
  • mysql
  • prisma
  • shadcn

Getting Started

For installing node modules

npm install

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Add our own features this is just a template

ENV variables

GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
NEXTAUTH_SECRET="a@#adSADD@#@!dr2131%df"
NEXTAUTH_URL="http://localhost:3000"
DATABASE_URL="mysql://root:@localhost:3306/adminPanel"
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=