DiptoChakrabarty Resume Generator Save

A Resume builder which allows users to build their own custom resumes with details like experience,projects , skills ,education etc. Users can also have the feature to download their resumes . To contribute send PR at development branch from where it will be merged in master once checked.

Project README

Table of Contents

Project at View

and much more

About The Project

  • Build your Resume with this application , register and login to create your own resume easily.
  • Run the program and go to localhost:5000
  • Add user details and entries
  • Users can add fields
  • Users can also update or delete entries

Built With

This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • Flask
  • sqlalchemy
  • Python

Installation

  1. Clone the repo
git clone https://github.com/DiptoChakrabarty/Resume-Generator
  1. Enter Directory
cd Resume-Generator
  1. Install all packages
pip install -r requirements.txt
  1. Remove site.db file to start fresh database
rm resume/site.db
  1. Setup Env Variables

create file .env inside folder resume

Add the following

MAIL_USERNAME="{{ your gmail username }}"
PASSWORD="{{ your password }}"
  1. Run webserver
python3 app.py

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.
  2. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
  3. Only send your pull requests to the development branch where once we reach a stable point it will be merged with the master branch
  4. Associate each Pull Request with the required issue number

Branch Policy

  • development: If you are making a contribution make sure to send your Pull Request to this branch . All developments goes in this branch.
  • master: After significant features/bug-fixes are accumulated in development branch we merge it with the master branch.

Contribution Practices

  • Write clear and meaningful commit messages.
  • If you report a bug please provide steps to reproduce the bug.
  • In case of changing the backend routes please submit an updated routes documentation for the same.
  • If there is an UI related change it would be great if you could attach a screenshot with the resultant changes so it is easier to review for the maintainers

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Acknowledgements

Open Source Agenda is not affiliated with "DiptoChakrabarty Resume Generator" Project. README Source: DiptoChakrabarty/Resume-Generator

Open Source Agenda Badge

Open Source Agenda Rating