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

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.

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/.