Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diptochakrabarty/resume-generator
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.
https://github.com/diptochakrabarty/resume-generator
bcrypt flask flask-application flask-backend flask-restful flask-sqlalchemy flask-web hacktoberfest python-flask python-script python3 sqlalchemy sqlalchemy-database sqlalchemy-python wtforms wtforms-flask
Last synced: 8 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/diptochakrabarty/resume-generator
- Owner: DiptoChakrabarty
- License: mit
- Created: 2020-03-27T13:11:21.000Z (over 4 years ago)
- Default Branch: development
- Last Pushed: 2022-11-22T06:29:23.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:51:32.128Z (3 months ago)
- Topics: bcrypt, flask, flask-application, flask-backend, flask-restful, flask-sqlalchemy, flask-web, hacktoberfest, python-flask, python-script, python3, sqlalchemy, sqlalchemy-database, sqlalchemy-python, wtforms, wtforms-flask
- Language: HTML
- Homepage: https://generator-resume.herokuapp.com/
- Size: 6.93 MB
- Stars: 37
- Watchers: 3
- Forks: 24
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Installation](#installation)
* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)### Project at View
* [Project Video Demo](https://www.youtube.com/watch?v=M-N31tPJa0I&t=15s)
* Add Your Details
* Update your Details
* Delete Details
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
```sh
git clone https://github.com/DiptoChakrabarty/Resume-Generator
```
2. Enter Directory
```sh
cd Resume-Generator
```
3. Install all packages
```sh
pip install -r requirements.txt
```
4. Remove site.db file to start fresh database
```sh
rm resume/site.db
```
5. Setup Env Variablescreate file .env inside folder resume
Add the following
```sh
MAIL_USERNAME="{{ your gmail username }}"
PASSWORD="{{ your password }}"
```6. Run webserver
```sh
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
- My Name - Dipto Chakrabarty
- You can contact me at [email protected]- Project Link: [https://github.com/DiptoChakrabarty/website](https://github.com/DiptoChakrabarty/website)
## Acknowledgements
* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)
* [Img Shields](https://shields.io)
* [Choose an Open Source License](https://choosealicense.com)
* [GitHub Pages](https://pages.github.com)
* [Animate.css](https://daneden.github.io/animate.css)
* [Loaders.css](https://connoratherton.com/loaders)
* [Slick Carousel](https://kenwheeler.github.io/slick)
* [Smooth Scroll](https://github.com/cferdinandi/smooth-scroll)
* [Sticky Kit](http://leafo.net/sticky-kit)
* [JVectorMap](http://jvectormap.com)
* [Font Awesome](https://fontawesome.com)