https://github.com/keizah7/birdboard
Minimal Basecamp-like project management app with Laravel 8 and TDD
https://github.com/keizah7/birdboard
forum laracasts laravel laravel7 php phpunit tailwind tdd test-driven-development
Last synced: 3 months ago
JSON representation
Minimal Basecamp-like project management app with Laravel 8 and TDD
- Host: GitHub
- URL: https://github.com/keizah7/birdboard
- Owner: keizah7
- Created: 2020-03-28T09:24:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T10:26:52.000Z (over 3 years ago)
- Last Synced: 2024-09-27T19:41:03.102Z (7 months ago)
- Topics: forum, laracasts, laravel, laravel7, php, phpunit, tailwind, tdd, test-driven-development
- Language: PHP
- Homepage:
- Size: 1.25 MB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://discord.gg/YeJBQrTUT9)




# 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](https://github.com/keizah7) 