Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 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 (3 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
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
[![Chat](https://img.shields.io/discord/620935790867906561?label=chat)](https://discord.gg/YeJBQrTUT9)
![HitCount](https://views.whatilearened.today/views/github/keizah7/birdboard.svg)
![Forks](https://img.shields.io/github/forks/keizah7/birdboard?style=social)
![Stars](https://img.shields.io/github/stars/keizah7/birdboard?style=social)
![Watchers](https://img.shields.io/github/watchers/keizah7/birdboard?style=social)
![Contributors](https://img.shields.io/github/contributors/keizah7/birdboard)# 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) ![Followers](https://img.shields.io/github/followers/keizah7?style=social)