php-js is a social media platform that allows users to create their own channels, customize their profiles, and share posts and videos with their followers.
- User Authentication: Register, log in, and log out securely.
- Channel Creation: Create your own personalized channel.
- Profile Customization: Upload profile pictures and banners.
- Posts: Create, edit, and delete text posts with optional images.
- Videos: Upload videos to your channel.
- Video Display: Videos are showcased on your channel.
-
Clone the repository:
git clone https://github.com/thatdudejr/advanced-php-video-platform.git cd advanced-php-video-platform
-
Set up your development environment (e.g., Apache, PHP, MySQL).
-
Start your server and navigate to the project directory.
-
Register and log in to php-js.
-
Create your own channel and customize your profile.
-
Share text posts with optional images.
-
Upload and showcase videos on your channel.
We welcome contributions to php-js! To contribute:
-
Fork the repository on GitHub.
-
Clone your forked repository:
git clone https://github.com/thatdudejr/advanced-php-video-platform.git cd advanced-php-video-platform
-
Create a new branch for your feature or bug fix:
git checkout -b feature-name
-
Make your changes and commit them:
git commit -m "Add new feature"
-
Push your changes to your forked repository:
git push origin feature-name
-
Create a pull request on the original repository.
This project is licensed under the MIT License - see the LICENSE file for details.