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

https://github.com/sanchitbajaj02/azure-file-upload

This is a simple example of how to upload a files to Azure Blob Storage using the Azure Blob Storage in React
https://github.com/sanchitbajaj02/azure-file-upload

azure azure-storage beginner-project filepond good-first-issue open-source reactjs

Last synced: 8 months ago
JSON representation

This is a simple example of how to upload a files to Azure Blob Storage using the Azure Blob Storage in React

Awesome Lists containing this project

README

          

# Azure File Upload

[![license MIT](https://img.shields.io/github/license/sanchitbajaj02/azure-file-upload?color=light)](https://github.com/Sanchitbajaj02/azure-file-upload/blob/master/LICENSE)
[![Issues](https://img.shields.io/github/issues/sanchitbajaj02/azure-file-upload?color=light)](https://github.com/Sanchitbajaj02/azure-file-upload/issues)
[![Issues](https://img.shields.io/github/issues-pr/sanchitbajaj02/azure-file-upload?color=light)](https://github.com/Sanchitbajaj02/azure-file-upload/issues)

This is a simple example of how to upload a files to Azure Blob Storage using the Azure Blob Storage in React.

## Getting Started

1. Clone the repo

```bash
git clone https://github.com/Sanchitbajaj02/azure-file-upload.git
```

2. Go to the project directory

```bash
cd azure-file-upload
```

3. Run the dependencies installation command

```bash
npm install
```

4. Run the start command to start the development server

```bash
npm run dev
```

5. Open [http://localhost:5173](http://localhost:5173) with your browser to see the result.


To learn more about Upload files using Filepond to Azure Blob Storage with React, take a look at the following post:

[Upload files using Filepond to Azure Blob Storage with React](https://solitrix02.hashnode.dev/upload-files-to-azure-blob-storage)


## License

This project is licensed under the [MIT License](LICENSE), meaning you are free to use it for any purpose, commercial or non-commercial, without any attribution back to me (public domain). If you use it in your project, I'd love to hear about it! (Find me here: [@solitrix02](https://twitter.com/solitrix02))

## Contribution

If you want to contribute to this project, feel free to open a pull request.