RyanOM / jobPlatformPortal

A platform listing jobs from various company career pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jobPlatformPortal

A platform listing jobs from various company career pages

Requirements

  • Python3
  • Pipenv
  • Postgres with a database named job_portal

How to get started

For local development, run the following:

pipenv install
pipenv shell

python manage.py migrate
python manage.py runserver
# Loads the site at http://127.0.0.1:8000

We can also add a sample job offer by running the following command:

python manage.py populate_db

Template

The template being used can be found here: https://colorlib.com/wp/template/job-board-2/

About

A platform listing jobs from various company career pages


Languages

Language:JavaScript 63.0%Language:CSS 31.8%Language:HTML 3.1%Language:Python 2.0%Language:SCSS 0.1%