/tddd-starter

Laravel TDDD Starter

Primary LanguagePHP

TDDD Starter

A Test Driven Development Dashboard Starter App

Starter

A dashboard, a tester and watcher to help you continuously test your apps

This is an app starter repository for the TDDD Package

Installing

git clone https://github.com/antonioribeiro/tddd-starter.git
cd tddd-starter
cp .env.example .env
composer install
php artisan key:generate
## create your database and configure your .env
php artisan migrate
## configure NGINX or Apache
open http://<app.domain>/tddd/dashboard