Orchestra is a web application for remote control over power supply of the house from alternative sources of energy.
See it live.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
To get a copy ot the build you will need:
Once you've copied project from the master, go to project folder and update composer, using your terminal:
composer update
Install dependencies:
npm install
Go to your localhost and create a database. Reccomended name db_orchestra
. Then create a file .env
in the root folder and copy over the contents from the .env.example
. Configure DB_DATABASE
, DB_USERNAME
and DB_PASSWORD
fields.
Generate a key for the .env
file running command:
php artisan key:generate
Run the database migrations and seed the content:
php artisan migrate:fresh --seed
Now you're all set. To host the app go to project root and run:
php artisan serve
Please use these credentials to logg into admins account:
Email: [email protected]
Password: password
- Laravel - PHP Framework;
- Vue.js - JavaScript Framework;
- Bulma - CSS Library;
- Font Awesome - Icons Library.
This project is licensed under the MIT License - see the LICENSE.md file for details