Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdziegielewska/bts-mvs-database
Web aplication providing a comprehensive database of BTS members and their music videos
https://github.com/mdziegielewska/bts-mvs-database
bts fan-site mysql php web-development
Last synced: about 2 months ago
JSON representation
Web aplication providing a comprehensive database of BTS members and their music videos
- Host: GitHub
- URL: https://github.com/mdziegielewska/bts-mvs-database
- Owner: mdziegielewska
- Created: 2021-05-15T11:21:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T14:22:34.000Z (5 months ago)
- Last Synced: 2024-08-06T16:37:42.215Z (5 months ago)
- Topics: bts, fan-site, mysql, php, web-development
- Language: PHP
- Homepage:
- Size: 4.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change.php
Awesome Lists containing this project
README
## BTS MVs Database
### Project Overview
A web application showcasing information about BTS members and their music videos. Built with PHP, MySQL, HTML, and CSS, this project allows users to explore member profiles, view music video details, and leave comments after logging in. Developed as a final project for Databases Programming and Web Development Technologies courses.
### Key Features
- Detailed profiles of BTS members
- Extensive music video information and data
- User login and authentication
- Commenting system for user interaction### Technologies Used
Frontend: HTML, CSSBackend: PHP, MySQL
### Getting Started
1. Clone the repository: git clone https://github.com/mdziegielewska/BTS-MVs-Database.git
2. Set up a database and import the provided SQL file
3. Configure database credentials in the PHP files
4. Start a local web server (e.g., using XAMPP, Apache)