Skip to content

This Django project allows you to create a resume by entering your details and generates a PDF format of your resume.

License

Notifications You must be signed in to change notification settings

Aayush3014/Resume_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume Generator Django Project

This Django project allows you to create a resume by entering your details and generates a PDF format of your resume.

Installation and Setup

  1. Clone the Repository

    git clone [repository_url]
    cd resume-generator-django
  2. Create Virtual Environment

    python3 -m venv venv
    source venv/bin/activate
  3. Install Dependencies

    pip install -r requirements.txt
  4. Database Setup

    python manage.py migrate
  5. Run the Development Server

    python manage.py runserver
  6. Access the Application

    Open your web browser and go to: http://127.0.0.1:8000

Usage

  1. Access the web application using the provided URL.

  2. Fill in your details in the respective fields, including Name, Summary, Phone, School, University, Degree, Email, Experience, and Skills.

  3. Click on the "Generate Resume" button.

  4. Your resume details will be displayed on the page.

  5. Click on the "Download PDF" button to download your resume in PDF format.

Contributing

Contributions are welcome! If you have any improvements or new features to suggest, please create a pull request.

License

This project is licensed under the MIT License.

About

This Django project allows you to create a resume by entering your details and generates a PDF format of your resume.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published