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

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

URL Shortener with Go
https://github.com/root27/url-shortener

docker golang redis url-shortener

Last synced: 29 days ago
JSON representation

URL Shortener with Go

Awesome Lists containing this project

README

          

# URL Shortener

This is a simple URL shortener built with Golang.

---

## Update (23.11.2023)

- Added github actions
- Unshorten page and api added

---

## Usage

The app is running on http://localhost:3000. The homepage is as follows:

![homepage](
./images/homepage.png
)

To shorten a URL, enter the URL in the input box and click the "Shorten" button. The shortened URL will be displayed below the input box.

---

## Usage with docker-compose

To run the app with docker-compose, run the following command:

```bash
docker-compose up -d
```

---

## LICENSE

[MIT](./LICENSE)