Laravel application for Risk management analysis
# Install dependencies
composer install
# Rename .env.example file to .env and change DB params
# Run the database migrations
php artisan migrate
# Seed the database with records
php artisan db:seed
# Run Laravel server
php artisan serve
Federico Palma