Skip to content

JobHive: Your ultimate career companion. Discover tailored job opportunities effortlessly. Stand out with personalized profiles. Job search made simple, efficient, and exciting. Your dream career awaits with JobHive by your side.

License

Notifications You must be signed in to change notification settings

notsuperganang/jobhive

Repository files navigation

JobHive Logo

JobHive - Job Search Platform

JobHive is a job search platform that allows users to discover and explore various job listings available from different companies. With a clean and intuitive interface, users can easily search, filter, and apply for job listings that match their skills and interests.

Key Features

  • Display Job Listings from Multiple Companies
  • Filter Job Listings by Location, Industry, and Keywords
  • Job Details with Company Information, Location, Salary, and Other Requirements
  • Direct Application for Selected Job Listings
  • And many more exciting features!

Installation Guide

To run JobHive on your local environment, follow these installation steps:

  1. System Requirements:

    • PHP >= 7.4
    • Composer
    • MySQL or other Databases
    • Node.js & npm
  2. Clone the Repository:

    git clone https://github.com/notsuperganang/jobhive.git
  3. Navigate to the Project Directory:

    cd jobhive
  4. Install PHP Dependencies using Composer:

    composer install
  5. Create a Copy of the .env File:

    cp .env.example .env
  6. Configure Environment Settings:

    • Create an empty Database in MySQL.
    • Configure the database connection in the .env file.
  7. Generate Application Key:

    php artisan key:generate
  8. Run Database Migrations:

    php artisan migrate
  9. Seed the Database (Optional): If you want to populate the database with sample data, run the following command:

    php artisan db:seed
  10. Create a Symbolic Link for Storage:

    php artisan storage:link
  11. Run the Local Server:

    php artisan serve
  12. Run npm Process for Frontend (Optional): If you require frontend asset compilation, you can run the following command:

    npm install && npm run dev
  13. Open the Application in a Browser: Access the JobHive application at http://localhost:8000 in your browser.

Contribution

We are highly open to contributions from the community. If you find a bug, have suggestions, or want to contribute code, please open a pull request to our repository on GitHub.

License

JobHive is licensed under the MIT License.


© 2024 JobHive. Developed with 💼 by the JobHive Team.

About

JobHive: Your ultimate career companion. Discover tailored job opportunities effortlessly. Stand out with personalized profiles. Job search made simple, efficient, and exciting. Your dream career awaits with JobHive by your side.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages