Resume GPT helps you create a perfect resume in seconds and land your dream job.
This project is an experiment to see how a modern web app, with features like auth, route handlers, server actions, and static pages would work in Next.js 13 app router.
- Install dependencies using pnpm:
yarn install-
Create a new
.envfile based on.env.exampleand update the variables. -
Generate Prisma Client
npx prisma generate- Start the development server:
yarn dev- React 18
- Next.js 13 App Router
- Radix UI Primitives
- Shadcn UI
- React Hook Form
- Tailwind CSS
- Icons from Lucide
- Dark mode with
next-themes - Authentication with
next-auth - Database ORM using Prisma and deployed to PlatnetScale
- Data transformation and enhancement using GPT - Open AI API