https://github.com/sl1dee36/cloudnest
CloudNest is a web-based file manager that allows you to upload, download, manage, edit text files, and extract archives, all within your browser.
https://github.com/sl1dee36/cloudnest
cloudnest flask python3 webfilemanager
Last synced: 2 months ago
JSON representation
CloudNest is a web-based file manager that allows you to upload, download, manage, edit text files, and extract archives, all within your browser.
- Host: GitHub
- URL: https://github.com/sl1dee36/cloudnest
- Owner: SL1dee36
- License: mit
- Created: 2024-12-08T20:25:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T20:21:46.000Z (6 months ago)
- Last Synced: 2025-02-17T20:43:39.581Z (4 months ago)
- Topics: cloudnest, flask, python3, webfilemanager
- Language: HTML
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloudNest
A simple and user-friendly web file manager built with Python (Flask), HTML, CSS, and JavaScript. Upload, download, organize, edit text files, and extract archives directly in your browser.
> [!NOTE]
> * File uploading and downloading.
> * Folder management.
> * In-browser text file editing.
> * Archive extraction (ZIP, TAR, etc.).
> * Easy to set up and use.> [!TIP]
> ```bash
> git clone https://github.com/SL1dee36/CloudNest
> cd CloudNest
> pip install -r requirements.txt
> flask run
> ```
>
> Visit `http://127.0.0.1:5000/` in your browser.
## License
[[License information]](https://github.com/SL1dee36/CloudNest/blob/main/LICENSE)