https://github.com/nusmodifications/nuswhispers
NUSWhispers source.
https://github.com/nusmodifications/nuswhispers
css html javascript laravel nus nusmods nuswhispers php
Last synced: 5 months ago
JSON representation
NUSWhispers source.
- Host: GitHub
- URL: https://github.com/nusmodifications/nuswhispers
- Owner: nusmodifications
- License: mit
- Created: 2015-03-08T19:36:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T00:08:45.000Z (over 3 years ago)
- Last Synced: 2024-04-14T05:15:18.546Z (about 2 years ago)
- Topics: css, html, javascript, laravel, nus, nusmods, nuswhispers, php
- Language: PHP
- Homepage: http://www.nuswhispers.com
- Size: 5.31 MB
- Stars: 39
- Watchers: 9
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NUSWhispers
[](https://travis-ci.org/nusmodifications/nuswhispers)
[](https://coveralls.io/github/nusmodifications/nuswhispers)
[](https://styleci.io/repos/31862595)
> Laravel 5 + AngularJS setup.
## Requirements
- Web server with PHP support
- MySQL / MariaDB
- Redis
For a development environment, using [docker-nuswhispers](https://github.com/nusmodifications/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
```
3. Install JS dependencies via npm:
```
cd /path/to/current/directory
npm install
```
4. Run database migrations and seed data via command line:
```
cd /path/to/current/directory
php artisan migrate
php artisan db:seed
```
5. 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:
[](https://www.bugsnag.com)