kshitijchaudhary / Job-Portal-Django

DJobPortal is a job posting site developed in Django. Where Employer can Register their Company profile, Login Then add Job Post. Employee can bookmark & apply for the Job. There is a dashboard section where Employer can check his job posting list & applicants details also can delete and update his job post. Employee can see his job bookmark list

Home Page:https://djobportal.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Job Portal

Django Job Portal.

Installation

open terminal and type
https://github.com/Sany07/Job-Portal.git

or simply download using the url below
https://github.com/Sany07/Job-Portal.git

Install requirements

pip install -r requirements.txt

Database

Set the database from settings.py

To migrate the database open terminal in project directory and type

python manage.py makemigrations
python manage.py migrate

Collects all static files in your apps

python manage.py collectstatic

Run the server

python manage.py runserver

Settings Window

Settings Window

Settings Window

Settings Window

Settings Window

Settings Window

========Thank You=========

About

DJobPortal is a job posting site developed in Django. Where Employer can Register their Company profile, Login Then add Job Post. Employee can bookmark & apply for the Job. There is a dashboard section where Employer can check his job posting list & applicants details also can delete and update his job post. Employee can see his job bookmark list

https://djobportal.herokuapp.com/

License:MIT License


Languages

Language:HTML 74.8%Language:SCSS 12.6%Language:CSS 8.5%Language:Python 3.0%Language:JavaScript 1.0%Language:Procfile 0.0%