this is for laravel demo
- You could download this repo.
- Set up your database information in your .env(use the .env.example as an example);
- Type the following commands:
composer install
php artisan key:generate
php artisan migrate
npm install
npm run dev
And You Can Enjoy the Demo!
- You could create a project with tasks.
- You could create a task for a project.
- You could update the project's informations.
- If you're the project's owner, you could delete the project and invite others user in this application.