Skip to content

GeeksCAT/nem-per-feina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 when debug is True (in dev mode)

Create initial database:

python manage.py migrate

Load demo data (optional):

python manage.py loaddata demo

Run server:

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!!

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Other 0.1%