/ResGenie

a resume builder web app built with Next.js and Supabase

Primary LanguageTypeScriptMIT LicenseMIT

ResGenie

A simple online a resume builder web app built with Next.js and Supabase

license mit ResGenie version
Discord server

View Demo · Report Bug · Request Feature

Table of Contents
  1. Features
  2. Getting Started
  3. Technologies
  4. Showcase
  5. Acknowledgements

Features

  • Section Customization: Allow users to add, edit, or remove sections in their resumes. Common sections may include "Objective," "Work Experience," "Education," "Skills," and "Certifications."
  • Export and Share: Enable users to export their completed resumes in various formats (e.g., PDF, Word, or plain text) and share them with potential employers directly from the web app.
  • User-Friendly Interface: The web app should have an intuitive and user-friendly interface.

Getting Started

Prerequisites

Installation

# Clone repo
git clone https://github.com/Carbowix/ResGenie.git

# Install the required packages
## Using NPM
npm install

## Using yarn (preferred)
yarn install
  • Add your Supabase and Next-Auth details to .env.example (don't forget to rename .env obviously)

  • Push and generate the prisma schema

## Using NPM
# Generate schema
npm run postinstall
# Push schema to database
npm run prisma:push

## Using yarn (preferred)
# Generate schema
yarn postinstall
# Push schema to database
yarn prisma:push
  • Run the application on development mode
## Using NPM
npm run dev

## Using yarn
yarn run dev

Technologies

This project is heavily based on the nextjs-postgres-auth-starter

Showcase

Acknowledgements