Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonioribeiro/tddd-starter
Laravel TDDD Starter App
https://github.com/antonioribeiro/tddd-starter
bdd dashboard developer-tools laravel php tdd testing
Last synced: 16 days ago
JSON representation
Laravel TDDD Starter App
- Host: GitHub
- URL: https://github.com/antonioribeiro/tddd-starter
- Owner: antonioribeiro
- Created: 2014-11-14T15:00:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T12:46:07.000Z (almost 7 years ago)
- Last Synced: 2024-04-15T08:11:28.554Z (7 months ago)
- Topics: bdd, dashboard, developer-tools, laravel, php, tdd, testing
- Language: PHP
- Homepage:
- Size: 591 KB
- Stars: 23
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDDD Starter
### A Test Driven Development Dashboard Starter App
![Starter](https://raw.githubusercontent.com/antonioribeiro/tddd/master/docs/dashboard.png)#### A dashboard, a tester and watcher to help you continuously test your apps
This is an app starter repository for the [TDDD Package](https://github.com/antonioribeiro/tddd)
## 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:///tddd/dashboard
```