V 2.0
Ribbbon is a project management system built on Laravel 5.1.* & Vue.js :)
- User / account creation
- Client creation
- Project creation
- Task creation
- Assigning weights to tasks
- Api Driven
Clone or fork the project. Once you have changes do a pull request to the develop branch.
#Installation
- Clone the repo
- Run composer install
- Run php artisan migrate
- Run php artisan db:seed
- Start developing!