This project is built in PHP using Laravel framework. It serves as a platform between job seeker and provider.
- Company profile
- Job seeker profile
- Applied jobs
- List jobs
- Apply for jobs
- Reset password via e-mail
Note: If you receive and error while installation below run composer update instead of composer install also run php artisan key:generate
https://github.com/tusharslife/simple-job-portal.git
Edit example.env to .env
Put your db username and password here with DB_DATABASE=vdirect
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=vdirect
DB_USERNAME=root
DB_PASSWORD=
MAIL_DRIVER=smtp
MAIL_HOST=[YOUR HOSTNAME example:mtp.googlemail.com]
MAIL_PORT=[YOUR MAIL PORT]
MAIL_USERNAME=[YOUR USERNAME]
MAIL_PASSWORD=[YOUR PASSWORD]
MAIL_ENCRYPTION=[YOUR MAIL ENCRYPT METHOD]
composer install
npm install
npm run dev
php artisan migrate:fresh
php artisan db:seed
php artisan serve