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
- Host: GitHub
- URL: https://github.com/root27/url-shortener
- Owner: root27
- License: mit
- Created: 2023-11-07T21:43:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T11:07:35.000Z (about 1 year ago)
- Last Synced: 2025-04-10T12:47:41.279Z (about 1 year ago)
- Topics: docker, golang, redis, url-shortener
- Language: HTML
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

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)