Skip to content

This project aim is to help entreprises in management of their recrutement project.

Notifications You must be signed in to change notification settings

MiguelGillesIT/IVOIRJOB

Repository files navigation

IVOIRJOB

DESCRIPTION

IVOIRJOB will help entreprise to manage their recrutment process by editing and publishing job offers. IVOIRJOB can also provide quizzes to candidate to evaluate them and then participate to online interviews to end recrutment process. Technologies used are : HTML,CSS,JAVASCRIPT and LARAVEL

INSTALLATION

  1. Install Composer on your computer by following this link.

  2. Clone the repository.

git clone  https://github.com/MiguelGillesIT/IVOIRJOB.git
  1. In command line go to the project directory and type.
composer update
  1. Create a .env file, copy entirely the .env.example file and update DB_DATABASE,DB_USERNAME,DB_PASSWORD and password parameters to fit to your application.
  2. Generate an APP key
php artisan key:generate
  1. Create database IVOIRJOB.

  2. Then run the following command to create tables.

php artisan migrate
  1. Fill the database by uploading IVOIRJOB.sql in IVOIRJOB database. The file is available in root directory of the project.
  2. Delete IVOIRJOB.sql in the root of the project directory.

USAGE

Run app with

php artisan serve

For first login in admin space:

  • Go on /Admin/Login URL and type [email protected] and fakeAdminPassword as credentials to log yourself.
  • Create a new admin account in Securité and Groupe.
  • Disconnect yourself.
  • Log yourself with your new account.
  • Delete the previous one for security purposes.

You're now ready to fully use IVOIRJOB. I hope you will have fun while using it 👍.

AUTHORS

CONTRIBUTIONS

If you find any errors you can contact me. I'm open to any suggestions. 😉

About

This project aim is to help entreprises in management of their recrutement project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published