Skip to content

hackforwesternmass/verite

Repository files navigation

Verite Survey Dashboard

This is a laravel app that consumes data from a Qualtrics API, crunches some numbers, and displays a searchable dashboard to Verite Analysts.

Getting set up locally

  • Clone this repo:
git clone git@github.com/hackforwesternmass/verite
  • Copy .env.example file from project root:
cp .env.example .env
  • Generate and APP_KEY
lando artisan key:generate
  • The repo contains a .lando.yml file that provides the local dev environment

    • If you don't have lando install it via these directions: Install Lando
  • Start the app:

lando start

This will start the app and pull in the node and php dependencies automatically.

Theming

lando gulp || lando gulp watch

About

Laravel app to create survey dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published