/job-board

Primary LanguagePHP

Overview

this is an implementation of a job board

Usage

Using docker to get started

docker-compose up --build 

migrate the tables and seed

docker-compose run --rm artisan migrate --seed

should be running on localhost:8000