Skip to content

Latest commit

 

History

History
72 lines (47 loc) · 1.16 KB

README.md

File metadata and controls

72 lines (47 loc) · 1.16 KB

JobLand - A Job Searching Platform

Features

For Applicants

  • Searching Job
  • Applying to Jobs
  • Cancel Application
  • Personal Profile
  • Adding Information like Work Experience, Education, Skills etc.
  • Public Profile (Could be used as Portfolio)

For Companies

  • Searching Applicant
  • Searching Job within the Company's own jobs
  • Rating Applicants
Home Page

logo

Login Page

logo

Applicant Sign Up Page

logo

Company Sign Up Page

logo

How to run:

1. Clone project

Make sure you have already installed python3 and git.

git clone https://github.com/MeherajUlMahmmud/JobLand.git

2. Create an virtual environment

python -m venv venv

3. Start the environment

.\venv\Scripts\activate

4. Run this command in your environment

pip install -r requirements.txt

5. And start your server

py manage.py runserver