Go-Short is a simple, Dockerized URL shortener written in Go. It allows users to shorten long URLs and redirect them to the original URL.
- URL Shortening: Create short URLs from long URLs.
- Redirects: Automatically redirect from the short URL to the original URL.
- Simple API: Easy-to-use JSON API for shortening URLs.
- Language: Go (Golang)
- Containerization: Docker
- Data Storage: In-memory storage (using a map)
To get started with Go-Short locally, follow these steps:
- Docker installed on your machine.
- Clone the repository:
git clone https://github.com/yourusername/go-short.git cd go-short