Install the project
git clone https://github.com/rifkisagas/ichirakuramen-laravel
cd ichirakuramen-laravel
composer Install
After installation, setting the laravel environtment
cp .env.example .env
php artisan key:generate
php artisan migrate:fresh --seed
To run tests, run the following command
php artisan serve
Muhamad Rifki Arisagas