https://github.com/Srikanth-AD/Scrumwala
Scrumwala: Your very own Scrum, Agile project management web app - built with Laravel
https://github.com/Srikanth-AD/Scrumwala
agile laravel project-management project-planning scrum sprint-planning
Last synced: 8 months ago
JSON representation
Scrumwala: Your very own Scrum, Agile project management web app - built with Laravel
- Host: GitHub
- URL: https://github.com/Srikanth-AD/Scrumwala
- Owner: Srikanth-AD
- License: mit
- Created: 2015-05-23T22:13:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T10:23:29.000Z (about 7 years ago)
- Last Synced: 2024-10-29T11:10:50.932Z (about 1 year ago)
- Topics: agile, laravel, project-management, project-planning, scrum, sprint-planning
- Language: CSS
- Homepage:
- Size: 1.06 MB
- Stars: 263
- Watchers: 33
- Forks: 91
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-opensource-apps - Scrumwala
README
### Scrumwala
Your very own Scrum/Agile web app built with Laravel
### Features
* Create and manage projects with plan and work views
* Group issues in a project into sprints
* Set deadlines for issues, active sprints and projects
* Get reminders via email listing issues nearing deadline
* Responsive UI, *thanks to Bootstrap*
### Screenshots
*Project: Plan View*

*Project: Work View*

### Install Instructions
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
```
### License
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!