All Projects → DiptoChakrabarty → Resume-Generator

DiptoChakrabarty / Resume-Generator

Licence: MIT License
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.

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to Resume-Generator

eleanor
Code used during my Chaos Engineering and Resiliency Patterns talk.
Stars: ✭ 14 (-50%)
Mutual labels:  flask-application, flask-backend, flask-sqlalchemy
flask-restful-api-template
Template for flask-restful api project
Stars: ✭ 71 (+153.57%)
Mutual labels:  flask-sqlalchemy, flask-restful
flask-vue-project-seed
SPA quick start using Python Flask and Vue.js. Containerized with Docker.
Stars: ✭ 27 (-3.57%)
Mutual labels:  flask-backend, python-flask
mock-alchemy
SQLAlchemy mock helpers.
Stars: ✭ 44 (+57.14%)
Mutual labels:  sqlalchemy, sqlalchemy-python
Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+9210.71%)
Mutual labels:  flask-application, python-flask
RenameThemSubs
Rename multiple subtitles files to match video file names for automatic loading with just one click
Stars: ✭ 40 (+42.86%)
Mutual labels:  python-script, flask-application
flask-tweeeter
A full-stack Twitter clone made using the Flask framework for Python 🐦
Stars: ✭ 28 (+0%)
Mutual labels:  sqlalchemy, flask-sqlalchemy
Flask Sqlalchemy
Adds SQLAlchemy support to Flask
Stars: ✭ 3,658 (+12964.29%)
Mutual labels:  sqlalchemy, flask-sqlalchemy
heroku-flask-template
A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
Stars: ✭ 26 (-7.14%)
Mutual labels:  python-script, python-flask
flask-template
Template for creating Flask based projects
Stars: ✭ 60 (+114.29%)
Mutual labels:  sqlalchemy, flask-application
flask-boilerplate
A Flask Boilerplate to quickly get started with production-grade flask application. It has some additional packages pre-configured for ease of development.
Stars: ✭ 43 (+53.57%)
Mutual labels:  flask-application, flask-backend
flask-restful-api-boilerplate
This is boilerplate template for a Python Flask application with things you need to get started.
Stars: ✭ 14 (-50%)
Mutual labels:  flask-sqlalchemy, flask-restful
OpenAlchemy
Define SQLAlchemy models using the OpenAPI specification.
Stars: ✭ 39 (+39.29%)
Mutual labels:  sqlalchemy, sqlalchemy-python
KazukoBot
An anime themed telegram group management bot based on sqlalchemy database running on python3.
Stars: ✭ 25 (-10.71%)
Mutual labels:  sqlalchemy, sqlalchemy-python
maniwani
Imageboard software for the 21st century
Stars: ✭ 66 (+135.71%)
Mutual labels:  flask-sqlalchemy, flask-restful
nestjs-prisma-starter
Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
Stars: ✭ 1,107 (+3853.57%)
Mutual labels:  bcrypt
pazel
pazel - generate Bazel BUILD files for Python
Stars: ✭ 38 (+35.71%)
Mutual labels:  python-script
nfw
A jsonapi boilerplate for @nfw-core with mikro-orm
Stars: ✭ 23 (-17.86%)
Mutual labels:  bcrypt
reactant
Generate code for "models, views, and urls" based on Python type annotations. Supports Django REST, SQLAlchemy, Peewee.
Stars: ✭ 14 (-50%)
Mutual labels:  sqlalchemy
stuoe
轻论坛软件。界面简洁,迅速,开源
Stars: ✭ 17 (-39.29%)
Mutual labels:  flask-application

Table of Contents

Project at View

  • 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
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].