IT Job Résumé Matching System
Pre-setup: Make sure java
is installed on the device.
For Ubuntu:
add-apt-repository ppa:webupd8team/java
apt update; apt install oracle-java8-installer
- Clone the project:
git clone https://github.com/ManishChandra12/iJoRMS.git
- Install pipenv, if not already installed.
pip install pipenv
- Create a virtual environment and install all the dependencies.
pipenv install
- Activate the virtual environment.
pipenv shell
- Run the application:
python manage.py runserver
It runs the application on 127.0.0.1:8000
.