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.
- Host: GitHub
- URL: https://github.com/ali-shakeel-dev/drafted
- Owner: ali-shakeel-dev
- Created: 2025-12-23T11:56:44.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-22T19:51:59.000Z (5 months ago)
- Last Synced: 2026-01-23T12:18:18.493Z (5 months ago)
- Topics: postgresql, ruby, ruby-on-rails, tailwindcss
- Language: HTML
- Homepage: https://drafted-c6bg.onrender.com/
- Size: 511 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.


## 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