Job Board Application Built w/ Laravel.
Clone the project using SSH or HTTPS.
[email protected]:yuvraj-timalsina/laravel-job-board.git
Go to the Project Directory
cd laravel-job-board
Create .env in root directory
cp .env.example .env
Configure Database Credentials in .env
DB_DATABASE=<db_name>
DB_USERNAME=<username>
DB_PASSWORD=<password>
Install Dependencies
composer install
Generate Application Key
php artisan key:generate
Run the Server
php artisan serve