Skip to content

andredbsantos/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

Official Laravel 5.3 Documentation

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

Task List

  • Archive feature
  • Search Experiments
  • Add attachments to Experiment

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