https://github.com/talib8335/picdrive
PICDRIVE is designed to save and manage important images. Similar to Google Drive, PICDRIVE allows users to upload their photos, but it offers more flexibility by enabling direct edits and changes to files after upload, making it a more versatile tool for image management.
https://github.com/talib8335/picdrive
ajax bootstrap5 css3 dreamweaver html5 javascript jquery mysql php sql
Last synced: 3 months ago
JSON representation
PICDRIVE is designed to save and manage important images. Similar to Google Drive, PICDRIVE allows users to upload their photos, but it offers more flexibility by enabling direct edits and changes to files after upload, making it a more versatile tool for image management.
- Host: GitHub
- URL: https://github.com/talib8335/picdrive
- Owner: Talib8335
- Created: 2024-08-03T19:04:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-28T10:10:21.000Z (over 1 year ago)
- Last Synced: 2024-12-29T14:51:40.770Z (about 1 year ago)
- Topics: ajax, bootstrap5, css3, dreamweaver, html5, javascript, jquery, mysql, php, sql
- Language: PHP
- Homepage:
- Size: 4.62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PicDrive

**PicDrive** is designed to save and manage important images. Similar to Google Drive, PICDRIVE allows users to upload their photos but offers more flexibility by enabling direct edits and changes to files after upload, making it a more versatile tool for image management.
## Features
- Strong random password generator
- Email services
- Dynamic content updates during data exchange with the server
- Payment gateway integration
- Download, edit, and preview functionalities
- Memory status monitoring
- Various memory plans available
## Tech Stack
### Front-End






### Back-End





## Not Sure Where to Start? Run Locally
1. **Clone the Project**
```bash
git clone https://github.com/Talib8335/PicDrive.git
```
2. **Go to the Project Directory**
```bash
cd PicDrive
```
3. **Install WAMP/XAMPP Server**
[Download and install WAMP](https://sourceforge.net/projects/wampserver/) or [XAMPP](https://www.apachefriends.org/index.html)
4. **Open WAMP/XAMPP Directory and Copy the Project Directory Inside `www`**
```bash
cd C:\wamp\www\
```
5. **Start Server**
- Start the WAMP server and wait till button turn Green
6. **Open `localhost/phpmyadmin` in Your Browser**
```bash
localhost/phpmyadmin
```
7. **Create a New Database**
- Click on "New" in the side navbar
- Enter `pic_drive` as the database name and click "Create"
8. **Import the Database**
- After creating the database, click on "Import"
- Browse for the file `PicDrive/sql/users.sql` in the project directory
- Import the file
9. **Open Your Browser and Visit the Application**
```bash
http://localhost/PicDrive
```
## Preview
### Signup Page

### Email Sent

### Email Verification and Login

### Homepage

### Gallery

### Preview Image

### Plans

### Purchase

### Updated Homepage
