Scrumwala:您自己的Scrum,敏捷项目管理Web应用程序 - 使用Laravel构建
Your very own Scrum/Agile web app built with Laravel
Project: Plan View
Project: Work View
To install Scrumwala you can clone the repository:
$ git clone https://github.com/modestkdr/scrumwala.git.
Next, enter the project’s root directory and install the project dependencies:
$ composer install
Next, configure your .env file (root directory) and database (config/database.php). Subsequently, create the database and then run the migrations:
$ php artisan migrate
Scrumwala is licensed under the MIT license. If you find something wrong with the code or think it could be improved, I welcome you to create an issue or submit a pull request!