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
- Host: GitHub
- URL: https://github.com/rojikaru/url-shortener
- Owner: rojikaru
- Created: 2024-06-20T20:47:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T10:56:26.000Z (about 2 years ago)
- Last Synced: 2025-01-18T00:50:02.174Z (over 1 year ago)
- Topics: asp-net-core, csharp, postgresql, react, rest-api, typescript
- Language: C#
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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