InvernaderoMNback

Back-End application for an IoT project.

Installing

  1. Clone the repository.
  2. Change the directory throught the app folder.
  3. Run composer install for installing dependencies.
  4. Copy the .env.example and change the enviroment variables just like the database DSN and mailtrap.io.
  5. Run php artisan migrate to execute Angular server in development.
  6. Execute the command for create a live server: php artisan serve.