nusmodifications / nuswhispers

NUSWhispers source.

Home Page:http://www.nuswhispers.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NUSWhispers

Build Status Coverage Status StyleCI Status

Laravel 5 + AngularJS setup.

Requirements

  • Web server with PHP support
  • MySQL / MariaDB
  • Redis

For a development environment, using docker-nuswhispers is highly recommended.

Installation

  1. Rename .env.example to .env

  2. Install PHP dependencies via composer:

cd /path/to/current/directory
composer install
  1. Install JS dependencies via npm:
cd /path/to/current/directory
npm install
  1. Run database migrations and seed data via command line:
cd /path/to/current/directory
php artisan migrate
php artisan db:seed
  1. Compile front-end assets using the following command:
npm run development

Sponsors

Many thanks to those who have supported us in the operation of the platform:

Bugsnag

About

NUSWhispers source.

http://www.nuswhispers.com

License:MIT License


Languages

Language:PHP 72.2%Language:Blade 11.4%Language:SCSS 6.6%Language:HTML 5.8%Language:JavaScript 2.5%Language:API Blueprint 1.3%Language:Shell 0.3%