alnahian2003 / jobbar-blade

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

Home Page:https://alnahian2003.github.io/jobbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-blade

Switch to the repo folder

cd jobbar-blade

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-blade
cd jobbar-blade
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: Laravel Blade, 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 Laravel Blade version of the App

https://alnahian2003.github.io/jobbar


Languages

Language:PHP 52.2%Language:Blade 47.2%Language:JavaScript 0.5%Language:CSS 0.0%