This is a test given by Alan Creative for Web Developer role
-
php --version
-
composer --version
-
Node.js + NPM
node --version npm --version
-
psql --version
-
git --version
-
Clone the repository
git clone https://github.com/NaufalK25/tes-kasir-alan.git
-
Install dependencies
composer install npm install
-
Run the server using two terminals
php artisan serve # first terminal npm run dev # second terminal