Skip to content

A mood survey build with PHP/Laravel, using React and Chart.js on the front end

Notifications You must be signed in to change notification settings

skipsuva/daily-mood-survey-laravel

Repository files navigation

Daily Mood Survey

Getting Started

Prerequisites: You must have Composer installed.

After cloning/forking this repo:

  • Run composer install
  • Open the app in a text editor, and rename the .env.example file to just .env
  • Run php artisan key:generate

Running the App

Run php -S localhost:8888 -t public in the command line, and then visit localhost:8888.

Additionally, you can visit http://daily-mood-survey.herokuapp.com/ to see it in action.

Tests

To use the test suite, run ./vendor/bin/phpunit in the command line.

About

A mood survey build with PHP/Laravel, using React and Chart.js on the front end

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages