{"id":20120889,"url":"https://github.com/micropyramid/opensource-job-portal","last_synced_at":"2025-05-15T04:08:02.235Z","repository":{"id":36475831,"uuid":"227341330","full_name":"MicroPyramid/opensource-job-portal","owner":"MicroPyramid","description":"opensource jobportal in python django","archived":false,"fork":false,"pushed_at":"2025-05-08T15:40:29.000Z","size":3864,"stargazers_count":415,"open_issues_count":73,"forks_count":225,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-05-15T04:07:56.042Z","etag":null,"topics":["django-job-portal","django-project","job","job-portal","job-search","jobs","open-source","python"],"latest_commit_sha":null,"homepage":"https://peeljobs.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MicroPyramid.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-12-11T10:42:38.000Z","updated_at":"2025-05-09T07:21:53.000Z","dependencies_parsed_at":"2025-04-10T06:17:58.517Z","dependency_job_id":"6617451b-ce5d-4d26-aee8-c0c7493ea5cc","html_url":"https://github.com/MicroPyramid/opensource-job-portal","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroPyramid%2Fopensource-job-portal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroPyramid%2Fopensource-job-portal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroPyramid%2Fopensource-job-portal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroPyramid%2Fopensource-job-portal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicroPyramid","download_url":"https://codeload.github.com/MicroPyramid/opensource-job-portal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270656,"owners_count":22042860,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django-job-portal","django-project","job","job-portal","job-search","jobs","open-source","python"],"created_at":"2024-11-13T19:23:47.708Z","updated_at":"2025-05-15T04:07:57.222Z","avatar_url":"https://github.com/MicroPyramid.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## [Open source job portal](https://peeljobs.com)\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/105a3bf03bec4cfbac70d7c30e574bea)](https://www.codacy.com/manual/ashwin/opensource-job-portal?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=MicroPyramid/opensource-job-portal\u0026utm_campaign=Badge_Grade)\n[![Build Status](https://travis-ci.org/MicroPyramid/opensource-job-portal.svg?branch=master)](https://travis-ci.org/MicroPyramid/opensource-job-portal)\n[![Coverage Status](https://coveralls.io/repos/github/MicroPyramid/opensource-job-portal/badge.svg?branch=master)](https://coveralls.io/github/MicroPyramid/opensource-job-portal?branch=master)\n\n- Please visit [OpenSourceJobPortal](https://opensource-job-portal.readthedocs.io/en/latest/) for the latest documentation with unlimited free job posting, Social Api's authentication.\n\n- Opensource Job Portal developed using python, django framework with unlimited free job posting and Social Api's authentication.\n\n## Recruiter\n\nRecruiter can register using email or google login to post job.\n\n- Can post jobs to social networking sites like facebook, twitter, linkedin.\n- Walk-in's\n- Copy An Existing Job Post, Deactivate.\n- Add localtion in Google Maps\n- Post their job to sociasudo usermod -aG docker $USERl networking sites.\n\n## Portal\n\n- Job Alerts\n- New Mobile Design\n- Normal Search and Advanced Search\n- Email Notifications\n\n### Useful tools and packages\n\n```sh\npipdeptree # to see pip dependancy tree\nblack # to format code to meet python coding standards\npip-check -H  # to see upgradable packages\n```\n\n## Setup\n\nFollowing are the setup instruction for ubuntu 20.04.\n\n```bash\nsudo apt install git postgresql python3 python3-dev python3-virtualenv build-essential ruby ruby-dev gem redis-server memcached redis-tools virtualenv apt-transport-https ca-certificates curl software-properties-common gcc g++ make -y\ncurl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -\nsudo apt-get install -y nodejs\nsudo npm install -g less\n```\n\n### Install and configure sass and less compilers\n\n```bash\nsudo gem install sass\n```\n\nYou need to create symbolic link if you get error locating lessc\nhere my lessc file locatin is /usr/bin/lessc\nyou can find yours with this command `which lessc`\n\n```bash\nsudo ln -s /usr/bin/lessc /usr/local/bin/lessc\n```\n\n#### Install virtualenvwrapper\n\npip install virtualenvwrapper\nadd the following to your path\n\n```export PATH=\"$PATH:/home/ubuntu/.local/bin\"```\n```source /home/ubuntu/.local/bin/virtualenvwrapper.sh```\n\n##### Install requirements\n\n```bash\ncp env.md .env\nsed -i 's/^SECRET_KEY=.*/SECRET_KEY=\"'$(openssl rand -base64 50 | tr -d '\\n' | tr -d '=')'\"/' .env\npipenv install -d\npython manage.py migrate\npython manage.py loaddata industries\npython manage.py loaddata qualification\npython manage.py loaddata skills\npython manage.py loaddata countries\npython manage.py loaddata states\npython manage.py loaddata cities\npython manage.py update_index\npython manage.py createsuperuser\n```\n\nFor env variables, refer to env.md in source directory and you need to create a .env file to keep all env variables with their respective values.\n\n##### Create db and import basic data to postgresql\n\nsudo -u postgres psql\n\n##### to change postgres password\n\nALTER USER postgres PASSWORD 'myPassword';\n\ncreate database peeljobs\nsudo -u postgres -i psql peeljobs \u003c init_db/db_init.sql\n\n##### Install docker and Run elasticsearch\n\nto add user to docker group\n\n```sudo usermod -aG docker $USER```\nrestart to apply changes.\n\n```bash\ndocker run -d --name elasticsearch -p 127.0.0.1:9200:9200 -p 127.0.0.1:9300:9300 -e \"discovery.type=single-node\" docker.elastic.co/elasticsearch/elasticsearch:7.17.6\n```\n\n##### Create index\n\nFinally `update_index` command will freshen all of the content in your index. It iterates through all indexed models and updates the records in the index.\n\n```bash\npython manage.py update_index\n```\n\n##### Load data to postgres Database\n\nLoad data to cities, companies and etc using json files in \"peeldb/fixtures\" folder. please check below command for reference.\n\n`python manage.py loaddata cities`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicropyramid%2Fopensource-job-portal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicropyramid%2Fopensource-job-portal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicropyramid%2Fopensource-job-portal/lists"}