Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 635 Bytes

readme.md

File metadata and controls

28 lines (22 loc) · 635 Bytes

Ribbbon

V 1.5

Ribbbon is a project management system built on Laravel 5.1.*

Features

  • User / account creation
  • Client creation
  • Project creation
  • Task creation
  • Assigning weights to tasks
  • file uploads
  • project sharing

Get involved

Thank you for being interested in Ribbbon.

  • Slack: https://ribbbon.slack.com
  • Tweet me @canvasowl of you'd like an invite to Slack
  • 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!