https://github.com/muthuri-dev/blazor-server-cloudinary
Uploading Images and Videos to cloudinary from blazor server
https://github.com/muthuri-dev/blazor-server-cloudinary
Last synced: about 2 months ago
JSON representation
Uploading Images and Videos to cloudinary from blazor server
- Host: GitHub
- URL: https://github.com/muthuri-dev/blazor-server-cloudinary
- Owner: muthuri-dev
- License: mit
- Created: 2023-12-26T13:53:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-26T15:23:16.000Z (over 2 years ago)
- Last Synced: 2025-10-07T15:39:40.851Z (8 months ago)
- Language: CSS
- Size: 924 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blazor-server-cloudinary
Uploading Images and Videos to cloudinary from blazor server
## Getting Started
First, the application runs on dotnet 7.0 SDK and runtime:
```bash
git clone https://github.com/muthuri-dev/blazor-server-cloudinary.git
# or
cd blazor-server-cloudinary
# or
dotnet watch
```