Creates a CV based on the user's input.
Live Demo : https://resume-builder-jzef.onrender.com
git clone https://github.com/Codeansh/CV-Maker.git
python3 -m venv venv
source venv/bin/activate
docker build -t cvapp .
docker run -it -d -p 8000:8000 cvapp:latest