/ResumeScanner

[Work In Progress] Aim :The application scans CVs/Resumes (in PDF Format) and allows for filtering by skills

Primary LanguageHTML

Simple Resume Scanner

This is a Simple Resume Scanner using PyPDF2

Its a Python 3 application

Step 1 [Install Requirements]

pip install requirements.txt

Step 2 [Start Application]

python manage.py runserver

Other Commands

To initialize a db

python db init

To make migration files

python manage.py db migrate

To upgrade database

python manage.py db upgrade