Skip to content

eshitachandwani/Resume-Builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resume-Builder

Quick and Easy Official Resume Builder for your College.

Purpose

The project is made by me, to help students making their official college resumes.

  • You can create multiple resumes for different job profiles and save them in the data-base.
  • For each Resume get different templates to print out your Resume in the following format.

Setup

Prerequisites

What things you need to install the software and how to install them

1.Install Python3 along with pip : reference

2 Install Django

$ python3 -m pip install Django
Testing on local Server

Clone this repository onto your system

$ cd Resume-Builder
$ python3 manage.py makemigrations
$ python3 manage.py migrate
$ python3 manage.py runserver

Basic Architecture of the Project

image

  • Javascript has been used for converting html page to pdf, for saving the resume in pdf format

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.1%
  • HTML 36.0%
  • CSS 15.2%
  • JavaScript 0.7%