Skip to content

ManishChandra12/iJoRMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iJoRMS

IT Job Résumé Matching System

Setup

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
  1. Clone the project:
git clone https://github.com/ManishChandra12/iJoRMS.git
  1. Install pipenv, if not already installed.
pip install pipenv
  1. Create a virtual environment and install all the dependencies.
pipenv install
  1. Activate the virtual environment.
pipenv shell
  1. Run the application:
python manage.py runserver

It runs the application on 127.0.0.1:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published