/jobsity

Primary LanguagePHP

Jobsity

Spinning up the application

  1. Docker Network
docker network create jobsity
  1. Docker Compose
docker-compose up --build
  1. Create user test: CreateTestUser
docker run --rm --interactive --tty --network=jobsity --volume $PWD:/var/www/html/ jobsity-apache vendor/bin/phinx seed:run

Application

API

PG Admin (Database UI)

Swagger API (Play with)

PHPUnit

Run entire unit tests

docker container start JOBSITY_PHPUNIT -i