2017 © Pedro Peláez
 

project clientify

Clientify: A Simple CRM for Training Purposes

image

whatthecode/clientify

Clientify: A Simple CRM for Training Purposes

  • Saturday, May 7, 2016
  • by whatthecode
  • Repository
  • 0 Watchers
  • 0 Stars
  • 5 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Clientify Simple CRM

For training purposes, (*1)

Installing for the first time

Run these commands:, (*2)

(First make sure you've installed composer) https://getcomposer.org/, (*3)

After you've installed composer, run these commands:, (*4)

git clone https://bitbucket.org/whatthecode/clientify.git
cd clientify
cp .env.example .env
php artisan key:generate
chmod -R 777 storage
npm install
gulp
touch database/database.sqlite
composer install
php artisan migrate
php artisan db:seed
php artisan serve

Then browse to http://localhost:8000, (*5)

The master branch is the base application with everything being done as a server side application. The lessons are done via branches, with each building up to a full SPA application using React., (*6)

LESSONS

Lesson 1:

Checkout the lesson one branch:, (*7)

git checkout lesson-01

The Versions

23/04 2016

dev-message-test

dev-message-test https://bitbucket.org/whatthecode/clientify

Clientify: A Simple CRM for Training Purposes

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework crm

23/04 2016

dev-lesson-03

dev-lesson-03 https://bitbucket.org/whatthecode/clientify

Clientify: A Simple CRM for Training Purposes

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework crm

17/04 2016

dev-lesson-02

dev-lesson-02 https://bitbucket.org/whatthecode/clientify

Clientify: A Simple CRM for Training Purposes

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework crm

10/04 2016

dev-lesson-01

dev-lesson-01 https://bitbucket.org/whatthecode/clientify

Clientify: A Simple CRM for Training Purposes

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel framework crm