Skip to content

Latest commit

 

History

History
75 lines (41 loc) · 1.04 KB

README.md

File metadata and controls

75 lines (41 loc) · 1.04 KB

ResumeCraft

Create a professional resume tailored to your dream job with our user-friendly builder. Choose from customizable templates, highlight your skills, and craft a standout resume in minutes.

Demo

Screenity.video.-.Jul.21.2024.1.mp4

Screenshots

App Screenshot

App Screenshot

Features

  • Templates to choose from
  • Customizable
  • Save your resumes for later changes
  • Get AI suggestions
  • Get Resume Score
  • AI Assistance

Tech Stack

FullStack: NextJS, Prisma, ClerkJS, TailwindCSS, Gemini

Installation

clone the repo

git clone https://github.com/shayan-cyber/ResumeCraft.git
npm i

make a .env file and add

API_KEY="gemini_key"

NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=""

CLERK_SECRET_KEY=""

DATABASE_URL=""

API_URL="http://localhost:3000/"

DB setup

npx prisma generate

Run the server

npm run dev