JustCreateVitae is a backend API that helps you generate professional Curriculum Vitae (CV) documents easily and quickly.
Instead of worrying about formatting, you only need to send structured content — the API handles the layout and generates a ready-to-share PDF.
Now this project can create successfully PDFs in Harvard format, but i'll working on add more formats and features, wait for it soon.
- Generate CVs in Harvard format
- Automatic PDF generation
- Clean and standardized document structure
- Built with NestJS
- Designed as a learning + production-ready project
Creating a well-formatted CV can be time-consuming.
JustCreateVitae simplifies the process by:
- Handling formatting automatically
- Generating a professional layout
- Returning a ready-to-download PDF
- Allowing you to focus only on the content
If you want to run the project locally:
# Clone the repository
git clone https://github.com/your-username/justCreateVitae.git
# Navigate into the project folder
cd justCreateVitae
# Install dependencies
npm install
# Run the project
npm run start