AVM-Martin / Web-FindHireMe

A simple webapp to find information about open jobs and apply it. Personal usage only

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-FindHireMe

FindHireMe is a website to find information about open jobs and apply to it. There are three types of user’s role in this website: Recruiter, Job Seeker, and Guest (non-logged-in user). The recruiter can manage the open job on the website, the job seeker can look at the information and apply for the job, while the guest can only look at the information of the jobs.

Contributors


Andreas Martin

Edward Keitaro

Creative Thinking

  • Use SOFT DELETE to keep data integrity on the status page.
  • Create a lot of view components to prevent duplicate codes.
  • Use factory faker as database seeder (with a lot of settings).
  • Hide unused timestamps from database tables.

Deployment

  • Create MySQL database named findhireme on 127.0.0.1:3306 with root username and no password. You can customize the ip address, port, database username or password based on your own machine setup.
  • Run composer install to download all dependencies needed.
  • Run cp .env.example .env && php artisan key:generate to prepare all important data.
  • Run php artisan storage:link to create symbolic link to public storage directory.
  • Run composer dump-autoload to autoload seeder files.
  • Run php artisan migrate --seed to create and fill the database.
  • Run php artisan serve and access the webapp on localhost port 8000.

References

Here a list of URLs that had been accessed and (maybe) give some insights to this project

Image Resources


Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.

If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.

Laravel Sponsors

We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel Patreon page.

Premium Partners

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Code of Conduct

In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via taylor@laravel.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

A simple webapp to find information about open jobs and apply it. Personal usage only


Languages

Language:PHP 75.5%Language:Blade 24.0%Language:Shell 0.5%