Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canvasowl/ribbbon
A project management system for artisans.
https://github.com/canvasowl/ribbbon
Last synced: about 1 month ago
JSON representation
A project management system for artisans.
- Host: GitHub
- URL: https://github.com/canvasowl/ribbbon
- Owner: canvasowl
- Created: 2014-09-25T06:08:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T04:40:04.000Z (about 7 years ago)
- Last Synced: 2024-02-14T20:38:52.075Z (10 months ago)
- Language: PHP
- Size: 5.95 MB
- Stars: 657
- Watchers: 65
- Forks: 221
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-opensource-apps - Ribbbon
README
# Ribbbon
_V 2.2_
[Ribbbon.com](http://ribbbon.com)
Ribbbon is a project management system built on Laravel 5.1.* & Vue.js :)
# Features
- User / account creation
- Client creation
- Project creation
- Task creation
- Assigning weights to tasks
- Project sharing
- Api Driven# Get involved
- Clone or fork the project.
- Create feature branches off develop branch.
- Once your changes are ready create a pull request into the master branch.
# Installation
- Clone the repo
- Copy .env.example to .env
- Set values in .env file
- Run composer install
- Run php artisan key:generate
- Run php artisan migrate
- Run php artisan db:seed
- Start developing!