fauzanelka / binuswebcourse

BINUS Web Programming Course. COMP6621036 - TKCA - LEC.

Home Page:https://binuswebcourse.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BINUS Web Course

GitHub deployments

This repository is intended for demonstration of BINUS Web Programming Course module.

Prerequisites

  • PHP >= 8.1
  • Composer

Quick Start

Clone this repository

git clone https://github.com/fauzanelka/binuswebcourse.git

Install dependencies via Composer

composer install

Setup your environment variables

cp .env.example .env

Run migration

php artisan migrate:refresh --seed

Run server (development)

php artisan serve

Open your browser and go to http://localhost:8000

Modules

Route Path

Individual Assignment #1: /module/personal/1

Individual Assignment #2: /module/personal/2

Secret code: secret

Team Assignment #1: /module/team/1

Team Assignment #2: /module/team/1

Team Assignment #3: /module/team/3 (Not developed yet)

Team Assignment #4: /module/team/4 (Not developed yet)

Demo User

About

BINUS Web Programming Course. COMP6621036 - TKCA - LEC.

https://binuswebcourse.vercel.app


Languages

Language:PHP 58.8%Language:Blade 40.6%Language:Shell 0.4%Language:JavaScript 0.3%