Welcome to the Online Resume Builder using Django project! This web application allows users to easily create professional resumes by filling out a form with their personal information, educational background, skills, work experience, and more. The generated resume can be downloaded as a PDF, ensuring high-quality output for job applications or personal use.
-
User-Friendly Interface: The web app provides a structured form for inputting personal information, skills, education, projects, work experience, and achievements, making it easy for users to create comprehensive resumes.
-
PDF Generation: The app utilizes HTML to PDF conversion to generate resumes in PDF format, ensuring compatibility and professionalism in the final output.
-
Customizable Templates: Users can customize their resumes by filling out the form with relevant information, allowing for flexibility in resume design and content.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/PoulasthaMukherjee/Online-Resume-Builder
- Install the required dependencies:
pip install -r requirements.txt
- Apply migrations:
python manage.py makemigrations
python manage.py migrate
- Run the development server:
python manage.py runserver
- Access the web application through your browser.
- Fill out the form with your personal information, educational background, skills, work experience, projects, and achievements.
- Click the "Submit" button to generate your resume.
- Review and download your resume in PDF format.