https://github.com/guilhermestracini/poc-react-dotnet-splitupload
🔬 Proof of Concept of an upload split in .NET and React JS
https://github.com/guilhermestracini/poc-react-dotnet-splitupload
concept csharp dropzone js large-file-transfers large-files netcore-webapi netcore2 netcore22 netcoreapp poc proof react split splitter splitting upload
Last synced: 6 months ago
JSON representation
🔬 Proof of Concept of an upload split in .NET and React JS
- Host: GitHub
- URL: https://github.com/guilhermestracini/poc-react-dotnet-splitupload
- Owner: GuilhermeStracini
- License: mit
- Created: 2019-08-28T21:35:55.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T12:09:09.000Z (7 months ago)
- Last Synced: 2024-11-15T13:19:33.428Z (7 months ago)
- Topics: concept, csharp, dropzone, js, large-file-transfers, large-files, netcore-webapi, netcore2, netcore22, netcoreapp, poc, proof, react, split, splitter, splitting, upload
- Language: JavaScript
- Homepage: https://guilhermestracini.github.io/POC-react-dotnet-SplitUpload/
- Size: 407 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PoC React/.NET - Split upload
[](https://wakatime.com/badge/github/GuilhermeStracini/POC-react-dotnet-SplitUpload)
[](https://codeclimate.com/github/GuilhermeStracini/POC-react-dotnet-SplitUpload/maintainability)
[](https://codeclimate.com/github/GuilhermeStracini/POC-react-dotnet-SplitUpload/test_coverage)
[](https://www.codefactor.io/repository/github/GuilhermeStracini/POC-react-dotnet-SplitUpload)
[](https://github.com/GuilhermeStracini/POC-react-dotnet-SplitUpload)
[](https://github.com/GuilhermeStracini/POC-react-dotnet-SplitUpload)🔬 Proof of Concept of an upload split in .NET and JS (**React JS**) frontend
---
## Projects
React / C# (.NET Core) backend / C# (.NET Core) BFI
### UI Project
```bash
dotnet new React POCSplitUpload.UI
```---
### BFI project
```bash
dotnet new Webapi POCSplitUpload.API
```