git clone https://github.com/AdiCahyaSaputra/dashwire-be
cd dashwire-be
composer install
mv .env.example .env
php artisan key:generate
then setup your own database config
php artisan migrate:fresh --seed
php artisan serve
git clone https://github.com/AdiCahyaSaputra/dashwire-be
cd dashwire-be
composer install
mv .env.example .env
php artisan key:generate
then setup your own database config
php artisan migrate:fresh --seed
php artisan serve