Meshki is an online platform where users can discover, listen to, and watch music videos from their favorite artists. The name "Meshki" means "black" in Persian, symbolizing the deep and immersive experience we aim to provide.
- User registration and personalized profiles
- Personalized playlists
- Discover and follow your favorite artists
- Stream and enjoy high-quality music and videos
- Admin panel to manage the website
- Playlist creation and management
- User-friendly interface
- Mail Verification
- User-friendly interface
Join Meshki today and dive into the world of beautiful music and videos!
-
Clone the repository:
git clone https://github.com/MrVH-IR/meshki.git
-
Navigate to the project directory:
cd meshki
-
Import the database:
mysql -u yourusername -p yourdatabase < meshki.sql
-
Start the development server:
php -S localhost:8000
-
Create an admin user in the
tbladmins
table in your database:INSERT INTO tbladmins (username, password, phone, email, is_admin, role) VALUES ('admin', 'admin', '09123456789', '[email protected]', 1, 'admin');
-
Open your browser and navigate to
http://localhost:8000
. -
Access the admin panel at
http://localhost:8000/admin/dashboard.php
.