This web application is a simple wellness survey.
You can view this application at: https://protected-garden-83967.herokuapp.com/
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 dependenciesnpm install
: Install node dependenciesphp artisan migrate
: Run database migrationsphp artisan db:seed
: Run database seeders
Run tests: ./vendor/bin/phpunit