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
- Host: GitHub
- URL: https://github.com/sanchitbajaj02/azure-file-upload
- Owner: Sanchitbajaj02
- License: mit
- Created: 2023-02-04T15:51:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T14:05:59.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T10:56:09.378Z (10 months ago)
- Topics: azure, azure-storage, beginner-project, filepond, good-first-issue, open-source, reactjs
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Azure File Upload
[](https://github.com/Sanchitbajaj02/azure-file-upload/blob/master/LICENSE)
[](https://github.com/Sanchitbajaj02/azure-file-upload/issues)
[](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.