Coder Social home page Coder Social logo

resumengine's Introduction

ResumEngine

What is ResumEngine?

This is a personal project of mine intended as both a portfolio piece and a way to organize my portfolio.

This is a plugin for a server using Django, which can tag various kinds of portfolio pieces, resume information, and more, and display them on a page for prospective employers easily.

Installation

Installation is relatively simple, however this application is not currently posted on any Python repositories, so must be installed manually. Instructions are below.

  • Have Python 3.
  • Create a Django project.
  • Add this repository as a directory in your project.
  • Use pip to install all the requirements for this project (python -m pip install -r requirements.txt).
  • In settings.py, add the following to the default INSTALLED_APPS: 'portfolio', 'bootstrap4', 'markdownify'.
  • Configure your MEDIA_URL and MEDIA_ROOT in settings.py.
  • (Optional, not recommended) In the root urls.py, add a static route to media/icons (such as urlpatterns += static(join(settings.MEDIA_URL, 'icons'), document_root=join(settings.MEDIA_ROOT, 'icons'))).
    • I would suggest this only for development. In production, you should probably be using a static route on whatever server software you use.
  • Run the manage.py migrate task.
  • (Optional, but recommended) Test using manage.py's runserver task.
  • Run your server using your preferred method.

Apologies for the somewhat complex setup, this project was created, for the most part, in a few hours.

Technologies Used

This is a Django plugin. Docker may be used in the future for containerization.

License

GPLv3. A copy is included in LICENSE, or you can find it online here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.