Skip to content

[ WIP ] make-your-resume is a Resume management app for personal applications exported in PDF format.

License

Notifications You must be signed in to change notification settings

cyborgINX/make-your-resume

Repository files navigation

Welcome to make-your-resume app!

Build Status Lice1Millionnse: AGPL v3

make-your-resume : Get info from user and store/generate PDF!

Setup

I already wrote a script file to automate the setup process. (This project uses postgresql, so author assumes postgresql is already configured in your system.)

  1. Give permission to the file: $ chmod +x make-your-resume.sh or $ chmod 755 make-your-resume.sh

  2. Run the file as: $ ./make-your-resume.sh

This will check and create db and automatically start the server for you!

Don't forget to check Dockerfile and docker-compose.yml as well.

Features and Workflow

Workflow

1. User Login/SignUp
2. Enter Resume Details
3. View Resume Details
4. Generate PDF
5. Logout

Features

  1. Limit to single submission of Resume-details
  2. Able to Generate PDF for Resume.

Limitation

Simple PDF layout. Will have extensive template for generating the PDF formats with user images as well.

Dependency Out-of-date has been clarified here.

Heroku doesn't recognize 'pg gem version 1.0' so pg gem was rolled back to 'pg gem version 0.21.0'

Jquery-ui-rails has been used with version '5.0.5', which has other dependency.

Future Work

✔️ Dockerfile and Docker-compose Init
✔️ Scripting and Travis Build Pass.

Resume update list

Profile Picture Upload
User authentication refactoring
Mulitple Resume
....( Add your own features in Resume )

Send automatic mail to the user using Sidekiq and Actionmailer