olibar194 / nextjs-course

Next.js Full Course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js Full Course Demo

This repo contains the project code for the Full Next.js App Router Course

Setup

git clone <this-repo> nextcourse
cd nextcourse
npm install
  • Rename the .env.example file to .env and update env variables (explained in detail in the course).
  • I am using a free NeonDB Postgres database, but any Prisma compatible DB will work.

About

Next.js Full Course


Languages

Language:TypeScript 90.2%Language:CSS 8.1%Language:JavaScript 1.7%