Create and share your clipboards in real-time hassle-free! This PHP application generates a unique user ID for each user, eliminating the need for login or account creation. Users can effortlessly manage their clipboards by providing the unique user ID.
- Real-time clipboard creation and sharing.
- Automatic generation of unique user IDs.
- No login or account creation required.
- Seamless access to all clipboards using the user ID.
- PHP installed on your server.
- A MySQL database.
- Git for cloning the repository.
-
Clone the GitHub Repository:
git clone https://github.com/codeterrayt/Realtime-Clipboard.git
-
Import the SQL File:
-
Use a MySQL client to import the
realtime_clipboard_table.sql
file into your database.mysql -u username -p realtime_clipboard_db < realtime_clipboard_table.sql
-
-
Configure your Web Server:
- Make sure your web server is configured to serve the
index.php
file.
- Make sure your web server is configured to serve the
-
Run the Application:
- Open your browser and navigate to
http://yourdomain.com
to start using the Realtime Clipboard.
- Open your browser and navigate to
-
Create a Clipboard:
- Visit the application and create a new clipboard.
-
Get Unique User ID:
- Your unique user ID will be generated automatically.
-
Access Clipboard:
- Use the unique user ID to access your all clipboard anytime.
-
Share Clipboard:
- Share the clipboard link with others for real-time updates.
index.php
: Main application file.realtime_clipboard_table.sql
: SQL file for database setup.
-
Docker Compose Up
docker-compose up -d
-
Visit
open localhost in browser
-
PHPMYADMIN
open localhost:8080
- This application is designed for passwordless access for user convenience.
- The unique user ID serves as the key to access all clipboards.
- Ensure proper security measures before deploying in a production environment.
🚀 Happy Clipboarding! 📎