Welcome to ISS Locator
Hi! This is my project assessment for NeXT Digital Banking Project. The project developed using a PHP language which specifically using a Laravel Framework run on Apache Server.
Step to run this project:
-
Windows Using a Laragon, which is a tools that separate development dependency like Apache, Node, etc.. and personal installation software. Link (Laragon) Or You can download setup Manually setup Composer, PHP.. Laravel Manual Installation
-
Clone a project
git clone https://github.com/AdibRahim/iss.git
-
Install and update composer
composer update
-
Setup new .env file
cp .env.example .env
-
Generate new application key
php artisan key:generate
-
Run the project
php artisan serve
-
Open on browser http://127.0.0.1:8000 or pretty url http://iss.test/