Skip to content

A Job Searching Platform built with Python3 and Django Framework.

License

Notifications You must be signed in to change notification settings

MeherajUlMahmmud/JobLand

Repository files navigation

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

About

A Job Searching Platform built with Python3 and Django Framework.

Topics

Resources

License

Stars

Watchers

Forks