Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 1.38 KB

README.md

File metadata and controls

73 lines (48 loc) · 1.38 KB

API Jobnav

jobnav banner

Jobnav.id is a cutting-edge job search application designed to help individuals navigate their way through the competitive job market. Whether you're a recent graduate looking for your first job or a seasoned professional seeking a career change, jobnav.id provides the tools and resources you need to streamline your job search process.

Features

  1. Authentication (Sanctum) 🔑.
  2. Unit test 🧪.
  3. Searchable content 🔍.

Steps Instalation

Requirments

  1. PHP >= 8.0
  2. Node.js >= 16

Steps

  1. Run composer to install all depedencies
composer install
  1. copy env file
cp .env.example .env
  1. Run migrations and seeder
php artisan migrate
php artisan db:seed
  1. Link the storage
php artisan storage:link
  1. Update all images

Update all images using dummy image from unsplash, and before update the images.

⚠ Attention ⚠

Please get the Access Key from API unsplash. Then update the key UNSPLASH_ACCESS_KEY on env file.

php artisan replace-images:company
  php artisan replace-image:users
php artisan replace-logos:experience
  1. Done

And your setup has been done. Happy Coding.

Links

Jobnav Front-end