Skip to content

Latest commit

 

History

History
executable file
·
42 lines (33 loc) · 1.3 KB

README.md

File metadata and controls

executable file
·
42 lines (33 loc) · 1.3 KB

IOT dashboard v8

MIT Licensed

Documentation

Introduction

  • Realtime IOT dashboard build with Laravel, wich measures the levels of Carbon Bioxide to avoid COVID-19 contagions at the Universidad Iberoamericana de Puebla.

Prerequisites

Getting started

composer install
cp ./.env.example ./.env
php artisan key:generate
php artisan migrate
php artisan db:seed
npm install && npm run dev

Setting up IDE helper

  • Laravel IDE helper
    • docs
    • Automatic phpDoc generation for Laravel Facades
      • php artisan ide-helper:generate

License

The MIT License (MIT). Please see License File for more information.

Authors