[ WIP ] make-your-resume is Resume management app for personal applications exported in PDF format.
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.)
Give permission to the file:$ chmod +x make-your-resume.sh
or $ chmod 755 make-your-resume.sh
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.
1. User Login/SignUp
2. Enter Resume Details
3. View Resume Details
4. Generate PDF
5. Logout
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.
Dockerfile and Docker-compose Init
Scripting and Travis Build Pass.
Profile Picture Upload
User authentication refactoring
Mulitple Resume
….( Add your own features in Resume )
Send automatic mail to the user using Sidekiq and Actionmailer