Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.55 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.55 KB

code-to-cv

code-to-cv is a web platform designed to help developers effortlessly generate professional resumes by leveraging their GitHub activity and repositories. By simply uploading a GitHub profile link and applying optional filters, users can create a dynamic resume that effectively showcases their coding skills and project contributions.

Installation

  1. Clone the repository:

    git clone [email protected]:ddosmukhambetov/code-to-cv.git
  2. Set up environment variables:

    • Create a .env file based on the provided .env.example file.
  3. Build and run the project:

    make all

    For additional commands and options, refer to the Makefile.

Endpoints

Below are the endpoints currently available in the application. Future updates will bring changes.

endpoints

Generated Cv Template

Below are examples of generated cvs. Currently, there is only one template available, but more templates will be added in the future, along with optimizations and other enhancements.

Generated Cv Template 1 Generated Cv Template 2

This pet project is currently under active development.