Skip to content

ShadowFiend23/TOR

Repository files navigation

TOR

EVSU TOR

Requirements

Must have these installed

Running

  1. Download Code
  2. Install dependencies by running the commands below:
composer install
npm install
  1. Change mysql parameters in the .env file
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=tor
DB_USERNAME=root
DB_PASSWORD=
  1. Run migration
php artisan migrate:refresh --seed

Note

A default admin user is created (both user and pass are admin)

  1. Start the server
npm start
  1. Open http://127.0.0.1:8000