Skip to content

This is the Job board I made using laravel framework. With Job-Board, employers can easily create job listings and manage applicants, while job seekers can search for relevant job opportunities and submit their applications seamlessly.

Notifications You must be signed in to change notification settings

MuhammadZulhusni/Job-Board

Repository files navigation

Job Board

Installation

Clone the repository

git clone https://github.com/MuhammadZulhusni/Job-Board.git

Switch to the repo folder

cd Job-Board

Install all the dependencies using composer

composer install

Copy the example env file and make the required configuration changes in the .env file

cp .env.example .env

Generate a new application key

php artisan key:generate

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate

Start the local development server

php artisan serve

Compile front-end assets using npm

npm install && npm run dev

You can now access the server at http://localhost:8000

Make sure you set the correct database connection information before running the migrations Environment variables

php artisan migrate
php artisan serve

Database seeding

Open the DummyDataSeeder and set the property values as per your requirement

database/seeds/DummyDataSeeder.php

Run the database seeder and you're done

php artisan db:seed

Note : It's recommended to have a clean database before seeding. You can refresh your migrations at any point to clean the database by running the following command

php artisan migrate:refresh

Contributing

Contributions are welcome! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature (git checkout -b feature/YourFeatureName).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add some feature').
  5. Push to the branch (git push origin feature/YourFeatureName).
  6. Create a new Pull Request.

About

This is the Job board I made using laravel framework. With Job-Board, employers can easily create job listings and manage applicants, while job seekers can search for relevant job opportunities and submit their applications seamlessly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages