l00tus / cv-builder

πŸ“ƒ A website for building resumes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CV Builder

A website that generates a resume without the need of any coding.

Enter your info, press Save and then Preview to preview your resume.
After you've finished, you can download your resume as PDF or TeX.

page1

Additionally, you can store it to your own account's private repository of resumes.

page2

Running locally

Make sure you have these installed:

  • Python
  • LaTeX

Run this command

pip install -r requirements.txt

Run this script to setup the databases

python static/scripts/setup_dbs.py

Clone this repository and run this command

python app.py

This will start the app on https://localhost:5000

Credits

This project was inspired by Saad Quadri's resumake.io.

Thanks to the creators of the template used:

About

πŸ“ƒ A website for building resumes.

License:MIT License


Languages

Language:JavaScript 44.2%Language:Python 25.0%Language:HTML 20.5%Language:CSS 10.4%