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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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/superior-prog/jobLand.git

2. Create an virtual environment

$ py -m venv ENV

3. Start the environment

$ .\ENV\Scripts\activate

4. Go into project directory

$ cd jobland

5. Install this command in your environment

$ pip install -r requirements.txt

6. 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