Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisnabi authored Apr 25, 2024
1 parent 6ebc5eb commit a9a8ed3
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# Services.Shortener
# Shortener Service

This is a URL shortener service implemented in ASP.NET Core and MongoDB. It allows users to shorten long URLs into shorter, more manageable ones.

## Features

- Shorten long URLs into unique, short codes
- Redirect users from short URLs to original long URLs
- MongoDB database for persisting data
- RESTful API for easy integration with other applications

## Technologies Used

- ASP.NET Core
- MongoDB
- C#
- Minimal APIs
- InMemory Cache

## Installation

1. Clone the repository:

```bash
git clone https://github.com/thisisnabi/Shortener.git

0 comments on commit a9a8ed3

Please sign in to comment.