Crown Job Portal - Laravel Script

Crown Job Portal - Laravel Script

Live Demo Download

Screenshots

Overview

Crowny Jobs is developed for creating an interactive job vacancy for candidates and for Employers to post jobs. This web application is to be conceived in its current form as a dynamic site-requiring constant updates both from the seekers as well as the companies. On the whole the objective of the project is to enable jobseekers to place their resumes and companies to publish their vacancies. It enables jobseekers to post their resume, search for jobs, view personal job listings. It will provide various companies to place their vacancy profile on the site and also have an option to search candidate resumes. Apart from this there will be an admin module for the customer to make changes to the database content.

Demo Link: https://crownjobportal.crownin...

Admin Login: https://crownjobportal.crownin...

Demo Login: https://crownjobportal.crownin...

Demo Seeker Login:

  • Username: seeker@ crownyjobsportal.com
  • Password: crowny123456

Demo Employer Login:

  • Username: employer@ crownyjobsportal.com
  • Password: crowny123456

Features            

Job Seeker Features

  • Free Registration
  • Created Profile
  • Edit profile
  • Create Online Resume
  • Add Projects
  • Add Experience
  • Add Education
  • Add Skills
  • Add Languages
  • Upload Multiple Resume
  • Apply on Jobs
  • Search Jobs
  • Manage Applied Jobs
  • Mark Job as Favourite
  • View Favourite Jobs
  • Filter Jobs
  • View Companies to Following list
  • View Followings
  • Send Message to Candidates
  • View Messages

Requirements

php 7 and above

mysql 5.6 and above

Instructions

Installation

Server Requirements

Please note that this is Laravel 8.54 application so experience with this framework and server configuration is required with php 7.4+ version.

Upload Files

The QuickStart Package consists on a complete Laravel + Database File + Sample Content, excellent for beginner users to explore back-end settings and sample content. Follow this quick guide:

Setting Up on Localhost: create a new folder in the htdocs folder for Xampp (www folder for Wamp). Example: jobs portal

Unpack all files and folders of the Package file and copy jobs portal files into this newly created folder (htdocs folder for Xampp / www folder for Wamp) or upload them into your domain folder on your live site.                          

Database

Database: First create new database and import SQL file located in db folder, after that Open ENV file located on main root of your folder and change following values.

That's it. Now access your site for localhost type localhost/yourfoldername and for live server type http://yourdomain.com

To access admin side access your url and add "/admin" e.g. http://www.yourdomain.com/admin

Download