{"id":13622116,"url":"https://github.com/DiptoChakrabarty/Resume-Generator","last_synced_at":"2025-04-15T05:33:41.293Z","repository":{"id":43240660,"uuid":"250537718","full_name":"DiptoChakrabarty/Resume-Generator","owner":"DiptoChakrabarty","description":"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.","archived":false,"fork":false,"pushed_at":"2022-11-22T06:29:23.000Z","size":7270,"stargazers_count":41,"open_issues_count":17,"forks_count":25,"subscribers_count":2,"default_branch":"development","last_synced_at":"2025-04-04T20:12:30.846Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"https://generator-resume.herokuapp.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DiptoChakrabarty.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-27T13:11:21.000Z","updated_at":"2025-03-24T04:16:11.000Z","dependencies_parsed_at":"2022-09-15T05:00:56.155Z","dependency_job_id":null,"html_url":"https://github.com/DiptoChakrabarty/Resume-Generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiptoChakrabarty%2FResume-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiptoChakrabarty%2FResume-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiptoChakrabarty%2FResume-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiptoChakrabarty%2FResume-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiptoChakrabarty","download_url":"https://codeload.github.com/DiptoChakrabarty/Resume-Generator/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249015965,"owners_count":21198824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-08-01T21:01:14.380Z","updated_at":"2025-04-15T05:33:40.999Z","avatar_url":"https://github.com/DiptoChakrabarty.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"\n## Table of Contents\n\n* [About the Project](#about-the-project)\n  * [Built With](#built-with)\n* [Installation](#installation)\n* [Contributing](#contributing)\n* [License](#license)\n* [Contact](#contact)\n* [Acknowledgements](#acknowledgements)\n\n### Project at View\n\n* [Project Video Demo](https://www.youtube.com/watch?v=M-N31tPJa0I\u0026t=15s)\n\n* Add Your Details\n\u003cimg src=\"https://github.com/DiptoChakrabarty/Resume-Generator/blob/master/images/projects.png\"\u003e\n\n* Update your Details\n\u003cimg src=\"https://github.com/DiptoChakrabarty/Resume-Generator/blob/master/images/Update.png\"\u003e\n\n* Delete Details\n\u003cimg src=\"https://github.com/DiptoChakrabarty/Resume-Generator/blob/master/images/delete.png\"\u003e\n\n and much more\n\n\n\n## About The Project\n\n- Build your Resume with this application , register and login to create your own resume easily.\n- Run the program and go to localhost:5000\n- Add user details and entries\n- Users can add fields \n- Users can also update or delete entries\n\n### Built With\nThis 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.\n* Flask\n* sqlalchemy\n* Python\n\n### Installation\n\n\n1. Clone the repo\n```sh\ngit clone https://github.com/DiptoChakrabarty/Resume-Generator\n```\n2. Enter Directory\n```sh\ncd Resume-Generator\n```\n3. Install all packages\n```sh\npip install -r requirements.txt\n```\n4. Remove site.db file to start fresh database\n```sh\nrm resume/site.db\n```\n5. Setup Env Variables\n\n  create file .env inside folder resume\n\n  Add the following \n```sh\nMAIL_USERNAME=\"{{ your gmail username }}\"\nPASSWORD=\"{{ your password }}\"\n```\n\n6. Run webserver\n```sh\npython3 app.py\n```\n\n# Contributing\n\nWhen contributing to this repository, please first discuss the change you wish to make via issue,\nemail, or any other method with the owners of this repository before making a change. \n\n\n## Pull Request Process\n1. Ensure any install or build dependencies are removed before the end of the layer when doing a \n   build.\n2. Update the README.md with details of changes to the interface, this includes new environment \n   variables, exposed ports, useful file locations and container parameters.\n3. Only send your pull requests to the development branch where once we reach a stable point \n    it will be merged with the   master branch \n4. Associate each Pull Request with the required issue number \n\n## Branch Policy \n* development: If you are making a contribution make sure to send your Pull Request to this branch . All\n            developments goes in this branch.\n* master: After significant features/bug-fixes are accumulated in development branch we merge it with the master branch.\n\n## Contribution Practices\n* Write clear and meaningful commit messages.\n* If you report a bug please provide steps to reproduce the bug.\n* In case of changing the backend routes please submit an updated routes documentation for the same.\n* If there is an UI related change it would be great if you could attach a screenshot \n with the resultant changes so it is easier to review for the maintainers \n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\n\n\n## Contact\n\n- My Name - Dipto Chakrabarty\n \n- You can contact me at diptochuck123@gmail.com\n\n- Project Link: [https://github.com/DiptoChakrabarty/website](https://github.com/DiptoChakrabarty/website)\n\n\n\n## Acknowledgements\n* [GitHub Emoji Cheat Sheet](https://www.webpagefx.com/tools/emoji-cheat-sheet)\n* [Img Shields](https://shields.io)\n* [Choose an Open Source License](https://choosealicense.com)\n* [GitHub Pages](https://pages.github.com)\n* [Animate.css](https://daneden.github.io/animate.css)\n* [Loaders.css](https://connoratherton.com/loaders)\n* [Slick Carousel](https://kenwheeler.github.io/slick)\n* [Smooth Scroll](https://github.com/cferdinandi/smooth-scroll)\n* [Sticky Kit](http://leafo.net/sticky-kit)\n* [JVectorMap](http://jvectormap.com)\n* [Font Awesome](https://fontawesome.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDiptoChakrabarty%2FResume-Generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDiptoChakrabarty%2FResume-Generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDiptoChakrabarty%2FResume-Generator/lists"}