No description
Find a file
2023-10-31 11:54:40 -07:00
app Fixed signin basd on vercel learn github suggestions and adding NEXTAUTH_URL to env signin to work. 2023-10-31 11:54:40 -07:00
public Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
scripts Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
.env.example Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
.gitignore Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
.nvmrc Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
auth.config.ts Fixed signin basd on vercel learn github suggestions and adding NEXTAUTH_URL to env signin to work. 2023-10-31 11:54:40 -07:00
auth.ts Fixed signin basd on vercel learn github suggestions and adding NEXTAUTH_URL to env signin to work. 2023-10-31 11:54:40 -07:00
middleware.ts Adding crud operations for invoices, client and server side validation, and NextAuth for login. 2023-10-30 22:24:00 -07:00
next.config.js Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
package-lock.json Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
package.json Fixed signin basd on vercel learn github suggestions and adding NEXTAUTH_URL to env signin to work. 2023-10-31 11:54:40 -07:00
pnpm-lock.yaml Fixed signin basd on vercel learn github suggestions and adding NEXTAUTH_URL to env signin to work. 2023-10-31 11:54:40 -07:00
postcss.config.js Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
README.md Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
tailwind.config.ts Initial commit from Create Next App 2023-10-29 16:23:33 -07:00
tsconfig.json Adding additional changed files. 2023-10-29 22:07:19 -07:00

Next.js App Router Course - Final

This is the final template for the Next.js App Router Course. It contains the final code for the dashboard application.

For more information, see the course curriculum on the Next.js Website.