Skip to content

Rup-Narayan-Rajbanshi/jobportal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Live Demo:

http://rupnarayan163.pythonanywhere.com

Admin login:
username: root
password: root

Jobportal using Django

Some of the functionality of this project are as follows:

1. User management ( Register, SignIN, SignOut, Update) and Login with Google account
2. View Job according to category, type, company, location, etc
3. CV upload
3. Apply for Job
4. Create Online Resume
5. View Applied Jobs
6. Admin Panel for Users under groups ( Company, Admin )
7. Job Creation
8. Group creation and User assignment
9. View Job Applicant
10. Select Applicant for Interview
11. Hire Applicant
12. Filter Applicant list according to Company, Name, Selected, etc
13. Download CSV file for Filtered Applicant List
14. RestAPI Build for users, jobs, job applications and so on.

Database:

-Postgresql

Procedure:

  1. Clone the project with Http , or download the project.
  2. Open command promt and change the directory to jobportal.
  3. Create a virtual environment in the command promt using " mkvvirtualenv name " where name can be of your choice.
  4. Run Command " pip install -r requirements.txt " to install required packages.
  5. Go to Postgre Admin and create a database "jobportal" and User login "job_portal" with password "root".
  6. Run "python manage.py runserver" in the command promt.
  7. Run "python manage.py creategroups" command to create default group
  8. To access Admin Panel login as Admin group or Company group.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published