Skip to content

Simple little application to help you manage your growth experiences pipeline.

License

Notifications You must be signed in to change notification settings

sasankmukkamala/growthExperiments

 
 

Repository files navigation

Growth Experiments Codacy Badge

Simple little application to help you manage your growth experiences pipeline.

Inspired by Brian Balfour (Growth VP at Hubspot).

Why? I don't want to pay for the SaaS apps out there and I don't like word type docs to manage this 😄

Nice to watch: Building a Growth Machine

Preview

Preview

Installation

I recommend you install Homestead

git clone https://github.com/wildlifechorus/growthExperiments.git
composer install

Generate and configure your .env file:

mv .env.example .env
php artisan key:generate

Add initial Migrations and Seeders

php artisan migrate
php artisan db:seed --class=UsersTableSeeder
php artisan db:seed --class=ExperimentsTableSeeder

You can find additional Laravel 5.3 configuration here.

Login Credentials

test@email.com
test

Official Laravel 5.3 Documentation

Documentation for the Laravel 5.3 framework can be found on the Laravel website.

Copyleft and License

Copyleft 2016

This project is licensed under the "THE BEER-WARE LICENSE" (Revision 42).

About

Simple little application to help you manage your growth experiences pipeline.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 64.5%
  • HTML 34.3%
  • Other 1.2%