keizah7 / birdboard

Minimal Basecamp-like project management app with Laravel 8 and TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PRs Welcome Chat HitCount Forks Stars Watchers Contributors

Build A Laravel App With TDD

Birdboard:

a minimal Basecamp-like project management app.

This project is for educational porpuses only. Pull request are welcome! Thank you for your cooperation!

Installation

cp .env.example .env
composer install
php artisan migrate:fresh --seed
php artisan test // ( Tests:  42 passed )

Requirements

php -v // (PHP 8.0.8)
node -v // v14.17.0
npm -v  // 6.14.13

Authors

Artūras Followers

About

Minimal Basecamp-like project management app with Laravel 8 and TDD


Languages

Language:PHP 75.9%Language:Blade 19.5%Language:Vue 3.6%Language:Shell 1.0%