WEBWBD

Disusun untuk memenuhi Tugas Milestone 1 - Monolithic PHP & Vanilla Web Application IF3110 Pengembangan Aplikasi Berbasis Web

Daftar Isi

Deskripsi Aplikasi WEB

WEBWBD merupakan sebuah web perpustakaan audio book sederhana. Pengguna dapat mendengarkan audio book dari berbagai penulis dengan mudah di web ini. Web ini dibuat menggunakan Vanilla PHP, HTML, CSS, dan JS. Web menggunakan Apache web server untuk dijalankan dan basisdata yang dihosting pada postgresql.

Daftar Requirement

  1. Docker

Cara Instalasi

  1. Clone repository ini dengan command git clone https://gitlab.informatika.org/if3110-2023-01-31/tugas-besar-1.git

Cara Menjalankan Server

  1. Buka terminal pada root directory repository
  2. Pindah ke directory src dengan cara cd src
  3. Beri permission shell script run.sh dengan command sudo chmod 777 run.sh
  4. Pindah kembali ke root directory repository dengan command cd ..
  5. Bila belum memiliki docker image, maka build dengan perintah docker build -t tubes-1:latest .
  6. Bila belum terdapat file .env pada directory, maka buatlah file .env yang sesuai dengan file .env.example
  7. Jalankan docker container dengan perintah docker compose up
  8. Aplikasi web dapat diakses pada URL https://localhost/public/
  9. Jalankan perintah docker compose down bila ingin menghentikan container docker.

Screenshot Tampilan Aplikasi

Add Author

Add Author

Add Book

Add Book

Audiobook List Admin

Audiobook List Admin

Audiobook List User

Audiobook List

Author List

Author List

Book Details

Book Details

Edit Author

Edit Author

Edit Book

Edit Book

Login

Log in

Pagination Example in Audiobook List

Pagination

Profile

Profile

User List

User List

Lighthouse

Lighthouse 1

Lighthouse 2

Lighthouse 3

Lighthouse 4

Lighthouse 5

Lighthouse 6

Lighthouse 7

Lighthouse 8

Lighthouse 9

Lighthouse 10

Lighthouse 11

Lighthouse 12

Pembagian Tugas

Client Side

  • Add Author: 13521088, 13521144, 13521157
  • Add Book: 13521088, 13521144, 13521157
  • Admin Books List: 13521088, 13521144, 13521157
  • Admin Authors List: 13521088, 13521144, 13521157
  • Admin Users List: 13521088, 13521144, 13521157
  • Audio Books List: 13521088, 13521144, 13521157
  • Book Details: 113521088, 13521144, 13521157
  • Edit Author: 13521088, 13521144, 13521157
  • Edit Book: 13521088, 13521144, 13521157
  • Forbidden: 13521088, 13521144, 13521157
  • Not Found: 13521088, 13521144, 13521157
  • Profile: 13521088, 13521144, 13521157
  • Sign In: 13521088, 13521144, 13521157
  • Sign Up: 13521088, 13521144, 13521157

Server Side

  • Add Author: 13521088, 13521144, 13521157
  • Add Book: 13521088, 13521144, 13521157
  • Admin Books List: 13521088, 13521144, 13521157
  • Admin Authors List: 13521088, 13521144, 13521157
  • Admin Users List: 13521088, 13521144, 13521157
  • Audio Books List: 13521088, 13521144, 13521157
  • Book Details: 13521088, 13521144, 13521157
  • Edit Author: 13521088, 13521144, 13521157
  • Edit Book: 13521088, 13521144, 13521157
  • Forbidden: - (tidak ada request ke server)
  • Not Found: - (tidak ada request ke server)
  • Profile: 13521088, 13521144, 13521157
  • Sign In: 13521088, 13521144, 13521157
  • Sign Up: 13521088, 13521144, 13521157