https://github.com/pixelthreader/uppy-uploader-app
"Uppy" is a dynamic file uploader app crafted with Django, enhancing file uploads with efficiency and ease. ( Currently Under Developement!! )
https://github.com/pixelthreader/uppy-uploader-app
Last synced: 4 months ago
JSON representation
"Uppy" is a dynamic file uploader app crafted with Django, enhancing file uploads with efficiency and ease. ( Currently Under Developement!! )
- Host: GitHub
- URL: https://github.com/pixelthreader/uppy-uploader-app
- Owner: pixelThreader
- Created: 2024-04-27T13:49:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T07:31:48.000Z (over 1 year ago)
- Last Synced: 2024-07-25T05:50:30.623Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://piyush20b.github.io/uppy-uploader-app/
- Size: 5.04 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Uppy Cloud
Welcome to Uppy Cloud – Your Personal Cloud Storage Solution 🚀
## Table of Contents
- [Uppy Cloud](#uppy-cloud)
- [Table of Contents](#table-of-contents)
- [Creator](#creator)
- [Introduction](#introduction)
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
## Creator
**Name:** Piyush Rana
**Date Created:** 24-04-2024
I'm a passionate web developer with a keen interest in modern web technologies. With a dedication to learning and exploring new concepts in web development.
---
Feel free to customize this information as needed for your project! Let me know if there's anything else I can assist you with.
## Introduction
Uppy Cloud offers you a seamless file uploading and storage experience. Upload, save, and access your files anytime, anywhere though a WEB Application.
## Features
- Effortlessly upload and save files.
- Securely store your files in the cloud.
- Intuitive user interface for seamless navigation.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- Python installed on your local machine
- Django installed (`pip install django` : v4.2.9)
## Installation
To set up Uppy Cloud locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/piyush20B/uppy-cloud.git
```
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Navigate to the project directory:
```bash
cd uppy
```
## Usage
Since Uppy Cloud is a Django project, you can run it locally using Django's built-in development server. Follow these steps:
1. Navigate to the project directory if you're not already there:
```bash
cd uppy
```
2. Run the development server:
```bash
python manage.py runserver
```
3. Open your web browser and go to [http://localhost:8000](http://localhost:8000) to view the application.
## Contributing
Contributions to Uppy Cloud are highly encouraged! Your ideas, bug fixes, and feature enhancements are invaluable to the project's growth. Feel free to open an issue or submit a pull request to make Uppy Cloud even better!
1. **Open Source**: Uppy Cloud is an open-source project. You are welcome to use, modify, and distribute the source code.