Giter VIP home page Giter VIP logo

binuswebcourse's Introduction

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

binuswebcourse's People

Contributors

fauzanelka avatar

Watchers

 avatar  avatar

binuswebcourse's Issues

[Feature] Tugas Personal 1

Definition of Done:

  • Unggah 3 file: gambar (.jpg, .jpeg atau .png), file attachement sertifikat (zip atau rar), dan file cv (curriculum vitae) (.pdf).
  • File Gambar wajib untuk diupload dan dua lainnya opsional.
  • Jika file gambar tidak ada maka diberikan alert warning file belum dimasukkan
  • Hanya ada dua tombol dalam aplikasi ini yang pertama untuk mengirim (mengunggah) dan yang kedua untuk reset jika terdapat kesalahan input.
  • Tampilan aplikasi web yang dikehendaki adalah
    • Satu kotak teks untuk nama (nama lengkap)
    • Tombol grup radio untuk gender
    • Inputan untuk tempat dan tanggal lahir
    • Unggahan 3 file

[Feature] Tugas Kelompok 1

DoD:
Buatlah aplikasi pendataan produk menggunakan Laravel untuk membuat proses create, read, update, dan delete (CRUD) sederhana. CRUD merupakan proses standar yang biasa ditemukan pada sebuah sistem aplikasi web. Berikut adalah user stories dari fitur CRUD yang akan kita buat:
Pengguna memasukkan data sbb:

  1. Data Produk:

    • Produk
    • Deskripsi
    • Harga Beli
    • Harga Jual
    • Gambar
  2. Data User:

    • Nama
    • TTL
    • Jenis Kelamin
    • Password
    • Retype password:
    • Email

Aturannya adalah

  • Pengguna harus login terlebih dahulu sebelum masuk ke aplikasi
  • Pengguna dapat melihat data produk dan data user.
  • Pengguna dapat memperbaharui / Edit data produk dan data user.
  • Pengguna dapat menghapus / delete data produk dan data user tertentu.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.