Skip to content

alnahian2003/jobbar-inertia

Repository files navigation

Preview

Jobbar — The Ultimate Job Board

Jobbar is a simple Job Listing Platform to easily find the desired job inspired from Larajobs.com.

Features

  • Only Admin can Create, Read, Update & Delete Jobs from the Admin Panel.
  • Visitors can only browse jobs and see the details page.
  • Only Admin/Site Author can log-in.

Installation

Please check the Laravel Official Documentation installation guide for server requirements before you start.

First, clone this repo

git clone https://github.com/alnahian2003/jobbar-inertia

Switch to the repo folder

cd jobbar-inertia

Install all the dependencies using composer and npm

composer install
npm install

Copy the .env.example 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

Start Vite for bundling the assets or Hot Module Reload (required)

npm run dev

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

TL;DR

All the command list

git clone https://github.com/alnahian2003/jobbar-inertia
cd jobbar-inertia
composer install
npm install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
npm run dev

Database Seeding

Populate the database with seed data. This can help you to quickly get started and explore inside out of this project.

Run the database seeder, and this will do it!

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

Tech Stack

Client Side: InertiaJS, TailwindCSS & AlpineJS

Server Side: PHP, Laravel

Support

For support, contact me or pull an issue.

About

Jobbar is a simple Job Listing Platform to easily find the desired job inspired from Larajobs.com. This is the VILT Stack version of the App

Topics

Resources

Stars

Watchers

Forks

Languages