Skip to content

ruelperez/event-tabulation

Repository files navigation

Event Tabulation System

Download and install the following tools:

Installation

  1. Clone or download this repository event-tabulation
  2. Create database name event_tabulation
  3. Open the cloned project in your code editor.
  4. Open terminal and execute the following commands:

Install Backend dependencies:

composer install

Create Environment File:

cp .env.example .env

Generate Application Key:

php artisan key:generate

Run Migration:

php artisan migrate

Serve the Application:

php artisan serve

Production

Admin Login

Judge Login

Technologies Used

Front-end

Back-end

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published