Skip to content

denikn/lksdiycc2023

Repository files navigation

LKS Cloud Computing DIY 2023

Repository ini merupakan aplikasi berbasis web yang digunakan untuk seleksi LKS DIY 2023 bidang Cloud Computing.

   ...    *    .   _  .
*  .  *     .   * (_)   *
  .      |*  ..   *   ..
   .  * \|  *  ___  . . *
*   \/   |/ \/{o,o}     .
  _\_\   |  / /)  )* _/_ *
      \ \| /,--"-"---  ..
_-----`  |(,__,__/__/_ .
       \ ||      ..
        ||| .            *
        |||
lkscc   |||
  , -=-~' .-^- _

Requirements

Getting started

Clone the repo:

git clone --depth 1 https://github.com/denikn/lksdiycc2023
cd lksdiycc2023
rm -rf .git

Set environment variables:

cp .env.example .env

Set key:

php artisan key:generate

Set database on .env (fill your AWS database config):

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

Set S3 on .env (fill your AWS S3 config):

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=ap-southeast-2
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

Set SQS on .env (fill your AWS SQS config):

QUEUE_DRIVER=sqs
QUEUE_CONNECTION=sqs
SQS_KEY=<aws_access_key_id>
SQS_SECRET=<aws_secret_access_key>
SQS_QUEUE=<queue name>
SQS_REGION=ap-southeast-2
SQS_PREFIX=https://sqs.ap-southeast-2.amazonaws.com/<aws_account_id>

Install dependencies:

composer install

Database migration and seed:

php artisan migrate

Running locally (in personal computer):

php -S localhost:8000 -t public

License and Copyright

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published