M-Kruse / resume

Django app for serving your resume in various formats.
0 stars 0 forks source link

This has been deprecated and integrated into Applied

https://github.com/M-Kruse/Applied

resume

The goal of this project is to provide a simple application to build a resume and output it in various formats such as PDF, DOCX, JSON, etc.

This uses docker-compose to facilitate the development environment.

First run requires running migrations while the docker-compose containers are running.

docker-compose run web python3 manage.py makemigrations viewer
docker-compose run web python3 manage.py migrate
docker-compose up

Landing Page:

image

HTML:

image

JSON:

image

DOCX: image