- Domain: http://pdba.xyz/
- Realtime IOT dashboard build with Laravel, wich measures the levels of Carbon Bioxide to avoid COVID-19 contagions at the Universidad Iberoamericana de Puebla.
- PHP >= 7.4
- Composer
- Npm
composer install
cp ./.env.example ./.env
php artisan key:generate
php artisan migrate
php artisan db:seed
npm install && npm run dev
- Laravel IDE helper
- docs
- Automatic phpDoc generation for Laravel Facades
php artisan ide-helper:generate
The MIT License (MIT). Please see License File for more information.