This project is a secure file-sharing system that allows two types of users: Operation Users and Client Users. It provides functionalities for uploading, downloading, and managing files securely.
- Login
- Upload files (only .pptx, .docx, and .xlsx formats)
- Sign Up (returns an encrypted URL)
- Email Verification (verification email sent to the registered email)
- Login
- Download files
- List all uploaded files
- Clone the repository:
git clone https://github.com/yourusername/your-repo-name.git
- Navigate to the project directory:
cd your-repo-name - Install the required packages:
pip install -r requirements.txt
- Run the application:
python app.py
- Open your web browser and go to
http://127.0.0.1:5001/home.
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License.