https://github.com/M-Kruse/Applied
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:
HTML:
JSON: