code-to-cv is a pet project that generates professional resumes from GitHub profiles. Users can upload their GitHub link, apply filters, and create resumes showcasing their coding skills and project contributions.
Stars
8
Forks
1
Watchers
8
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
6
commits
Added entrypoint.sh for automatic migration and application startup
1085b47View on GitHubAdded Redis and implemented caching for fetching all resumes, user resumes, updating and deleting resumes, and GitHub user information.
9dd7c06View on GitHubAdded the 'Cv' generation block. Includes models, repositories, services, schemas, endpoints, utils, and more. 'Cv' has also been added to the admin panel. Improvements will be made in the future.
80c9b20View on GitHubInitial project structure completed. Added database integration with SQLAlchemy, migrations handled via Alembic. Implemented user module with JWT-based authentication (access token), including routers, models, and more. Also included an admin panel (sqladmin), and created Docker Compose, Dockerfile, Makefile, etc.
26c5826View on GitHub