-
Add Your Details
- Update your Details
- Delete Details
and much more
- 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
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
- Clone the repo
git clone https://github.com/DiptoChakrabarty/Resume-Generator
- Enter Directory
cd Resume-Generator
- Install all packages
pip install -r requirements.txt
- Remove site.db file to start fresh database
rm resume/site.db
- Setup Env Variables
create file .env inside folder resume
Add the following
MAIL_USERNAME="{{ your gmail username }}"
PASSWORD="{{ your password }}"
- Run webserver
python3 app.py
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.
- Ensure any install or build dependencies are removed before the end of the layer when doing a build.
- Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
- Only send your pull requests to the development branch where once we reach a stable point it will be merged with the master branch
- Associate each Pull Request with the required issue number
- 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.
- 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
Distributed under the MIT License. See LICENSE
for more information.
-
My Name - Dipto Chakrabarty
-
You can contact me at [email protected]
-
Project Link: https://github.com/DiptoChakrabarty/website