Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwippler committed May 17, 2017
1 parent 89ec293 commit 8c7bd7a
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,39 @@
# 2 by 2
# 2 by 2 - Personal Prospect Tracker
[![Build Status](https://travis-ci.org/andrewwippler/2by2.svg?branch=master)](https://travis-ci.org/andrewwippler/2by2)
A work in progress.... please ignore the dust.

## setup
This is my rendition of a personal prospect tracker for Soul Winning. You may [use my personal installation](https://2by2.andrewwippler.com), but you may want to set up your own to personalize all the options.

## Setup

```bash
git clone
cd /var/www/html
git clone https://github.com/andrewwippler/2by2.git
cd 2by2
cp .env{.example,}
# edit .env with database information
php artisan key:generate
composer install
php artisan migrate
php artisan db:seed
npm install
npm run production
```

Note: first registered user becomes admin.

## Todo:

-[] Personal Reports
-[] Site-wide Reporting
-[] Assign admin
-[] Team Leader Role (to view all in team)
-[] Sunday School Leader Role (to view all in SS)
-[] Ordering of items
-[] Contact history icons
-[] Metrics on actions done
-[] Un-delete Prospects items


# License

Copyright 2017 Andrew Wippler
Expand Down

0 comments on commit 8c7bd7a

Please sign in to comment.