Skip to content

HACC2020/GameTheSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITS Security

Developed by Game The System

Building User Interface

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Be sure to be on the UI folder for all this instructions:

cd ui

Requirements

Install Dependences

npm i
# or
yarn install

Run Server

npm run dev
# or
yarn dev

Building the server

Requirements

Install Composer and php-mbstring

sudo apt install php-mbstring
sudo apt install composer

Laravel Installer

composer global require laravel/installer

Change to api directory

cd ../secur-IT

Install Dependencies

composer install

Server Setup/Environment

Copy or rename the .env.example file to a file named .env For authentication to work with the passwordless system, input a mailtrap username and password.

Scan a QR code with http://localhost:3000 to check in.

Generate a key

php artisan key:generate

START SERVER

php artisan serve