https://github.com/delt4d/url-shortener
ASP.NET Core and Blazor URL Shortener website.
https://github.com/delt4d/url-shortener
blazor blazor-webassembly csharp url-shortener webassembly
Last synced: about 1 month ago
JSON representation
ASP.NET Core and Blazor URL Shortener website.
- Host: GitHub
- URL: https://github.com/delt4d/url-shortener
- Owner: delt4d
- Created: 2025-05-20T18:59:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-20T19:52:15.000Z (about 1 year ago)
- Last Synced: 2025-06-29T12:39:28.707Z (about 1 year ago)
- Topics: blazor, blazor-webassembly, csharp, url-shortener, webassembly
- Language: C#
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# URL Shortener
ASP.NET Core and Blazor WebAssembly Url Shortener.

## Quick Start
```sh
# Clone project
git clone https://github.com/delt4d/Url-Shortener.git UrlShortener
# Start docker containers
cd UrlShortener
docker compose up -d --build
# Run the server
cd UrlShortener/Backend
dotnet run
# Run the client
cd UrlShortener/Frontend
dotnet run
```
Client URL: http://localhost:5265/.