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

https://github.com/rojikaru/url-shortener

An app for creating shorter urls
https://github.com/rojikaru/url-shortener

asp-net-core csharp postgresql react rest-api typescript

Last synced: over 1 year ago
JSON representation

An app for creating shorter urls

Awesome Lists containing this project

README

          

# URL Shortener Project

## Description

This project is a URL shortener web application built with ASP.NET Core and React. It allows users to shorten long URLs and easily manage them. The backend is developed using ASP.NET Core, providing a robust API for URL shortening and redirection. The frontend is created with React, offering a user-friendly interface for interacting with the URL shortener service.

## Features

- Shorten long URLs
- Redirect to original URLs using shortened links
- View and manage shortened URLs
- Track the number of times a URL has been accessed

## Technologies Used

- ASP.NET Core
- Entity Framework Core
- React
- Tailwind
- PostgreSql