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.
- Authentication (Sanctum) 🔑.
- Unit test 🧪.
- Searchable content 🔍.
- PHP >= 8.0
- Node.js >= 16
- Run composer to install all depedencies
composer install
- copy env file
cp .env.example .env
- Run migrations and seeder
php artisan migrate
php artisan db:seed
- Link the storage
php artisan storage:link
- 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
- Done
And your setup has been done. Happy Coding.