Skip to content
Snippets Groups Projects
user avatar
AlphaThrone authored
690b85c3

SUBMODUL PHP APP

Repositori ini adalah submodul php-app dari Tugas Besar IF3110 Pengembangan Aplikasi Berbasis Web

How to run

  1. Clone repository submodul config dengan
git clone https://github.com/AlphaThrone/client-spa
git clone https://github.com/AlphaThrone/rest-service
git clone https://github.com/AlphaThrone/php-app
git clone https://github.com/AlphaThrone/config
git clone https://github.com/AlphaThrone/soap-service
  1. Buka reposity config dan jalankan pada terminal
docker compose up --build -d
  1. Lakukan seeding dari backend database dengan cara sebagai berikut:
    1. Buka phpmyadmin
      klik disini atau akses link berikut pada browser
    localhost:8080
    1. Pilih database saranghaengbok_php
    2. Pilih import
    3. Pilih file pada direktori server/data/data+mock.sql
  2. Web app bisa dijalankan dengan mengakses pada browser
localhost:8008

Tampilan Aplikasi



sign up page

sign in page

catalog page

Pembagian Tugas

Server-side

Login : 13521009, 13521012
Register : 13521009, 13521012 Mock datas: 13521009 Logout : 13521009 User edit profile : 13521009 User making sales : 13521009 Database Schema : 13521009 Dockerfile, docker-compose : 13521009 Catalog : 13521012 Pagination : 13521012 Search : 13521012 User Manage : 13521012 Admin User Detail (RUD) : 13521012 Transaction: 13521012

Client-side

Login : 13521009, 13521012 Register : 13521009, 13521012 Navigation bar : 13521012 User edit profile : 13521009 Cart : 13521009 User making sales : 13521009 Sidebar : 13521009, 13521012, 13521020 Catalog : 13521012 Pagination : 13521012 Search : 13521012 User Manage : 13521012 Admin User Detail (RUD) : 13521012 RWD : 13521012 <<<<<<< HEAD

PHP App (Revisi / Tambahan)

Frontend Halaman Cart : 13521009 Backend Halaman Make Purchase : 13521009 Backend Create Transaction : 13521012

5d9db0a9