Skip to content

Pranav1239/next_adminPanel

Repository files navigation

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=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published