8000 GitHub - buicongdanh/UDPT-Final: Bài thi cuối kỳ môn Ứng dụng phân tán, HCMUS K19 | Final exam for Distributed Applications course, HCMUS'19
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.
/ UDPT-Final Public archive

Bài thi cuối kỳ môn Ứng dụng phân tán, HCMUS K19 | Final exam for Distributed Applications course, HCMUS'19

License

Notifications You must be signed in to change notification settings

buicongdanh/UDPT-Final

Repository files navigation

UDPT - Final

Bài thi cuối kỳ môn Ứng dụng phân tán, thực hiện vào ngày 27/8/2023

Thực hiện bởi buicongdanh

Điểm: 8.5

Description

Công nghệ sử dụng

  • Frontend: Boostrap 5.0
  • Backend: PHP
  • CSDL: MySQL

Các tính năng

Hoàn thành

  • Xây dựng giao diện trang web theo yêu cầu đề bài
  • Đăng nhập/Đăng xuất
  • Tìm kiếm theo từ khóa, hiển thị kết quả theo yêu cầu
  • Thêm một bài hát mới

Chưa hoàn thành

  • Chức năng tìm kiếm được cài đặt dùng AJAX
  • Phân trang kết quả tìm kiếm

Getting Started

Configuration

Cấu hình file config.inc.php username và mật khẩu

<?php 
$config['database'] = [
    'host'      => 'localhost',
    'user'      => 'YOUR_USER_NAME',
    'password'  => 'YOUR_USER_PASSWORD',
    'db'        => 'albumdb'
];

Run app

Khởi động XAMPP. Trang mặc định sẽ là http://localhost:8080/19127348_BuiCongDanh/

About

Bài thi cuối kỳ môn Ứng dụng phân tán, HCMUS K19 | Final exam for Distributed Applications course, HCMUS'19

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0