An open API service indexing awesome lists of open source software.

https://github.com/ali-shakeel-dev/drafted

Drafted is a ONLINE RESUME BUILDER that generates clean PDFs resumes with prebuilt templates.
https://github.com/ali-shakeel-dev/drafted

postgresql ruby ruby-on-rails tailwindcss

Last synced: 5 months ago
JSON representation

Drafted is a ONLINE RESUME BUILDER that generates clean PDFs resumes with prebuilt templates.

Awesome Lists containing this project

README

          

# Drafted - A Resume Builder

Drafted is a structured resume builder built with Ruby on Rails.

Users create resumes using structured data (experience, education, skills, projects)
and generate clean, professional PDFs using predefined templates.

This app focuses on functionality rather than
design-heavy editors.

![Project 1](https://github.com/ali-shakeel-dev/drafted/blob/main/public/Drafted_Preview.PNG)
![Project 2](https://github.com/ali-shakeel-dev/drafted/blob/main/public/Drafted_Resume_Preview.PNG)

## Features

- User authentication
- Multiple resumes per user
- Structured resume sections
- Resume versioning
- Template-based rendering
- PDF export

## Tech Stack

- Ruby on Rails
- PostgreSQL
- ERB
- CSS

## Setup

```bash
bundle install
bin/rails db:create db:migrate
bin/rails server