Skip to content

chiragroy2007/cv-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV Generator by TeamNeuron

An open-source, self-hostable CV generator tool that creates professional, ATS-friendly resumes using YAML and LaTeX.

Features

  • Form-Based Editor: Edit your CV content with a user-friendly form interface.
  • YAML Support: Full control via a split-screen YAML editor.
  • Real-time Preview: See changes instantly (auto-renders on load and valid updates).
  • Multiple Templates: Includes Classic, Modern, Sb2nov, and Engineering templates.
  • ATS Friendly: Generates standard LaTeX-based PDFs.

Quick Start (Local Development)

Prerequisites

  • Node.js & npm
  • Python 3.10+
  • LaTeX Distribution (TexLive Full recommended)

Backend

cd backend
python -m venv venv
# Windows
venv\Scripts\activate
# Linux/Mac
source venv/bin/activate

pip install -r requirements.txt
python main.py

Backend runs on http://localhost:8000.

Frontend

cd frontend
npm install
npm run dev

Frontend runs on http://localhost:5173.

Deployment

See deployment_guide.md for detailed instructions on deploying to a VPS (Ubuntu/Nginx).

Credits

About

A web-app based on python backend which can generate cool CV & resumes for free via easy and configurable user-interface or yaml structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors