Skip to content

Candidate Finder is a Python App for Finding the right candidate for a specific job.

Notifications You must be signed in to change notification settings

yotamon/Candidate-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Candidate Finder

Candidate Finder is a Python App for Finding the right candidate for a specific job.

Installation

  1. Clone Git Repository To Your Local Environment
  2. Install Python + Pipenv
    pip install --user pipenv
  3. Open App Environment Shell & Install Packages
    pipenv shell
    pipenv install
  4. Create Migrations -
    python gloat\manage.py makemigrations candidator
  5. Migrate -
    python gloat\manage.py migrate
  6. Initialize Data -
    python gloat\manage.py loaddata data.json
  7. Run The Server -
    python gloat\manage.py runserver
  8. Open Site URL - localhost:port/candidator

Admin Panel:

* User: admin
* Password: admin

About

Candidate Finder is a Python App for Finding the right candidate for a specific job.

Topics

Resources

Stars

Watchers

Forks