Giter Site home page Giter Site logo

resume-builder's Introduction

resume_builder

A Django webapp use to build a Resume. It allows the user to fill in their information and then render it in the cv template.

Description

  • Built with Python, Django, HTML, CSS, Bootstrap
  • The webapp allows the user to fill in their profile , and then render it in a cv template. It allows user all over the world to build their resume without going through any stress.
  • Technology Used: This webapp makes use of mostly Django. Django is a high-level Python web framework with pre-written composite codes for web development, thus easing the stress of coding on the developers. It is reassuringly secure and exceedingly scalable.

Features

  • Signup: Enables user to signup with Username and password
  • Login: Authenticate the user and allows the user to gain full access to the platform
  • Profile Form: Allows the user to fill in their basic information such as firstname, lastname, email, biography... in order to render it in the cv template
  • Templates: The webapp allows the user to choose any of the template in the templates page. The Webapp consist of 5 different templates.
  • Special Feature

    Resume Builder make use of django summernote which allows the user to customize their information in the profile form. It has some of features such as 'bold', 'unordered list', 'ordered list', 'font size', 'font family' and also 'paragraph'.

    To install and run the project

    1. Create a django environment
    2. clone the project git clone https://github.com/kausaratg/resume_builder.git
    3. Enter into the directory cd portfolio_app
    4. Pull any recent change from main branch git pull origin main
    5. create a virtual env python -m venv env
    6. Activate the virtual env env/Scripts/activate
    7. Install dependencies pip install -r requirements.txt
    8. Make migration python manage.py makemigration
    9. Migrate the project python manage.py migrate
    10. Run local Server python manage.py runserver

    NOTE

    There is also admin privilege for superuser. It can be accessed by only the superuser. Passwords are hashed wich makes it more secure against threat. Only superuser can make a post.

    resume-builder's People

    Contributors

    danieladebisi avatar

    Watchers

     avatar

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google โค๏ธ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.