Skip to content

NicolasVanhecke/jobhunter

Repository files navigation

Information

Website built in Laravel 8 with the use of Laravel Valet. Database can be built up by Artisan

Packages

All used packages can be found in the composer file.

Resources

Build the application

  • Clone repository on local machine
  • Run composer install, to install required packages
  • Duplicate .env.example and name it .env
  • This .env file holds all database related info. Choose and set database credentials.
  • To generate a Laravel key, run php artisan key:generate
  • To build up the database, run php artisan migrate
  • To populate the database with data, run php artisan db:seed

Development time

I have tracked my time during development via Clockify. I have spent 9 to 10 hours on the complete setup form scratch, to the result in this repository. This is without watching some tutorials and reading Laravel docs, I estimate this to be 2 extra hours.

Used websites

About

Basic job listing site in Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published