- XAMPP
- IDE code editor such as VS Code, WebStorm or Sublime Text.
- Composer
- Clone or download this repository event-tabulation
- Create database name
event_tabulation - Open the cloned project in your code editor.
- Open terminal and execute the following commands:
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
- Access http://127.0.0.1:8000/admin/login in your web browser.
- Register / Login your credential.
- Access http://127.0.0.1:8000/judge/login in your web browser.
- Login the credential you have Registered on Admin site.