An open API service indexing awesome lists of open source software.

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!! )

Awesome Lists containing this project

README

          

# Uppy Cloud


Uppy

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.