Server-side app to manage calendars, employees attendance, clusters for Synchrome project.
- Clone this repo.
- Copy
.env.example
to new file named.env
. Set all required configurations on that file. - Open
./database/seeds/UsersTableSeeder
. Set initial administrator user on that file. - Run
composer install
. - Run
php artisan migrate
. - Run
php artisan db:seed --class=UsersTableSeeder
. - Run
npm install
. - Run
bower install
. - Run
npm run dev
. - Run
php artisan serve
and rocks up.