Quick and Easy Official Resume Builder for your College.
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.
What things you need to install the software and how to install them
1.Install Python along with pip : reference
1.Clone this repository onto your system
$ git clone https://github.com/DbDibyendu/Resume-Builder.git
$ cd Resume-Builder
2 Install all the dependencies
$ pip install -r requirements.txt
3.Then migrate and run the server
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
- User Login, Signup facility is available for multiple user.
- Javascript has been used for converting html page to pdf, for saving the resume in pdf format.
- The database used is sqlite3 for local system, and heroku postgreSQL is used for online deployment.