Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 669 Bytes

readme.md

File metadata and controls

32 lines (25 loc) · 669 Bytes

Jobsharbour

Jobs Harbour is an online web based job listing site for both employers and job seekers. Its primary goal is to provide you upto date job information from all around Assam and the Northeast.

Installation

git clone git@github.com:team-underground/jobsharbour
cd jobsharbour
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan db:seed

compile assets

npm install && npm run dev

RoadMap

  • unit test
  • publish to production ready
  • newsletter
  • make business emails
  • database seeding
  • dashboard
  • algolia jobs page with filtering
  • ci/cd