jespicas / anem-per-feina

Job portal application using Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Job Portal

An open source online job portal.

Github Actions

Live: Demo or Second Demo

Used Tech Stack

  1. Django
  2. Sqlite

Install

  1. Create a virtual environment

    virtualenv venv

    Or

    python3.8 -m venv venv

  2. Activate it

    source venv/bin/activate

  3. Install the packages in the virtual env:

    pip install -r requirements.txt

  4. Add .env file.

    cp .env.dev.sample .env

Run

With the venv activate it, execute:

python manage.py collectstatic

Note : Collect static is not necessary in dev mode

python manage.py runserver 0.0.0.0:8000

Screenshots

Home page

Add new position as employer

Job details

Show your support by 🌟 the project!!

About

Job portal application using Django

License:MIT License


Languages

Language:Python 100.0%Language:Dockerfile 0.0%