Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
/ resume Public archive

Django app for serving your resume in various formats.

Notifications You must be signed in to change notification settings

M-Kruse/resume

Repository files navigation

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

About

Django app for serving your resume in various formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published