This Django project allows you to create a resume by entering your details and generates a PDF format of your resume.
-
Clone the Repository
git clone [repository_url] cd resume-generator-django
-
Create Virtual Environment
python3 -m venv venv source venv/bin/activate
-
Install Dependencies
pip install -r requirements.txt
-
Database Setup
python manage.py migrate
-
Run the Development Server
python manage.py runserver
-
Access the Application
Open your web browser and go to:
http://127.0.0.1:8000
-
Access the web application using the provided URL.
-
Fill in your details in the respective fields, including Name, Summary, Phone, School, University, Degree, Email, Experience, and Skills.
-
Click on the "Generate Resume" button.
-
Your resume details will be displayed on the page.
-
Click on the "Download PDF" button to download your resume in PDF format.
Contributions are welcome! If you have any improvements or new features to suggest, please create a pull request.
This project is licensed under the MIT License.