LennonCMJ / cv-generator

Tool to generate single slide CVs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Futurice CV Generator

This is a standalone web app, that can be used to generate CVs. It has a simple user interface where users can insert information, and download the generated CV in PDF or PNG formats. This tool also saves all the CVs into a database and assigns permanent links to them, so that they can be updated later.

Sample CV

This tool can generate a CV that looks like the following. In both PDF or PNG formats.

cv 1

Install

To run, you need Python 3 and Postgresql. In a Python virtualenv do

$ pip install -r requirements.txt
$ npm install
$ npm run build-js
$ npm run build-sass
$ python main.py

And open http://localhost:8080 in a browser. It should look like this: cv-generator-how-it-works

Fonts

Note: you need to add copies of some Sharp Sans fonts under fonts/ to use with Docker or have them installed in your system font storage for usage locally. For copyright reasons the fonts are not included.

Running in Docker

To run in Docker, install Docker with Docker Compose and run

$ docker-compose up

Then check the output of docker-compose port futucv 8080 to see what external port was allocated.

License

Copyright (C) 2016 Futurice

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

Tool to generate single slide CVs

License:GNU Affero General Public License v3.0


Languages

Language:Python 39.0%Language:HTML 33.4%Language:JavaScript 20.5%Language:CSS 7.0%