Make sure you have the following software installed on your system:
- Git
- PHP
- Composer
- MySQL
- Clone the repository:
git clone https://github.com/Alphanum404/SiPiRang.git
- Install dependencies using Composer:
composer install
-
Configure your database connection in the
.env
file. -
Run database migrations:
php artisan migrate:fresh --seed
- Start the development server:
php artisan serve
Now you should be able to access the project locally at http://localhost:8000
or depending on your environment.
To login the dashboard you change or see database seeders Click Here