/ableTo-dev-test

A simple wellness survey application.

Primary LanguagePHP

AbleToDevTest

This web application is a simple wellness survey.

You can view this application at: https://protected-garden-83967.herokuapp.com/

Setup

Please review the Laravel 5 documentation to view the server requirements.

After cloning this repository to your local environment you are goning to want to cd into the project directory, configure the .env for your environment, and run the following commands:

  • composer install: Install php dependencies
  • npm install: Install node dependencies
  • php artisan migrate: Run database migrations
  • php artisan db:seed: Run database seeders

Tests

Run tests: ./vendor/bin/phpunit