Giter VIP home page Giter VIP logo

resumegenerator's Introduction

RESUME-BUILDER

The Resume Builder application is designed to streamline the process of creating professional resumes. It takes user data in Form or in JSON file format and uses custom as well as predefined templates to generate a PDF file as the final resume document.

Installation

To make a contribution, clone the project in local by running

git clone [email protected]:Anand-shreya/ResumeGenerator.git
cd ResumeGenerator

Backend setUp

Install used packages

cd backend
npm install
Set credentials

For windows

set PDF_SERVICES_CLIENT_ID=<YOUR CLIENT ID>
set PDF_SERVICES_CLIENT_SECRET=<YOUR CLIENT SECRET>

For MacOs or Linux

export PDF_SERVICES_CLIENT_ID=<YOUR CLIENT ID>
export PDF_SERVICES_CLIENT_SECRET=<YOUR CLIENT SECRET>

Start backend Server

cd src
node app.js

Backend will run at port 8000

Frontend setUp

cd frontend
npm install
npm start

Frontend will start at post 3000

Description

  • The resume builder requires two inputs: data and a desired template.
  • The data can be provided by either uploading a JSON file or manually entering it into a form.
  • Various templates are available, including the option to upload custom templates.
  • Once the data is submitted and the template is selected, users can generate their resume by clicking the "Generate Resume" button.
  • Finally, they can download the generated resume by clicking the "Download" button.

Features

  • Upload your own custom template
  • JSON file can also be uploaded as data
  • Dynamic form for adding more details

Documentation

API Documentation

resumegenerator's People

Contributors

anand-shreya avatar

Watchers

Lucian avatar  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.