Laravel PHP Framework.
This a project made for the final project of the Master of Science Interactive Media of the University College Cork.
It is the distant server mentionned in the report.
All you need is to run these commands:
git clone https://github.com/NicolasGuilloux/Alfred-Server.git
cd Alfred-Server
composer install # Install backend dependencies
sudo chmod 777 storage/ -R # Chmod Storage
cp .env.example .env # Update database credentials configuration
php artisan key:generate # Generate new keys for Laravel
php artisan migrate:fresh --seed # Run migration and seed users and categories for testing
php artisan storage:link # Make the public folder in the storage accessible from a link
- Online demo: Can be found at cloud.nicolasguilloux.eu:81 (Offline after October 2018)
- Laravel
- Chart.js