/jobseekr

This project is built to complete final task of Software implementation and testing.

Primary LanguagePHP

JobSeekr

JobSeekr is website app that is built for job seeker to easily find a job and recruiter to advertise their job.

Run it, facing error?

Sure! You need to set up few things first.

How to set up

  1. Run composer install
  2. Copy .env.example to .env
  3. Costumize your new .env with your own configuration
  4. Run php artisan key:generate to create a new APP_KEY for your application
  5. Optional if you have migration(s), you may run php artisan migrate
  6. You're all set!

Now what?

If you're stuck, please just read Laravel 5.5 Documentation