Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 793 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 793 Bytes

Go-Short

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.

Features

  • 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.

Tech Stack

  • Language: Go (Golang)
  • Containerization: Docker
  • Data Storage: In-memory storage (using a map)

Installation

To get started with Go-Short locally, follow these steps:

Prerequisites

  • Docker installed on your machine.

Clone the Repository

  1. Clone the repository:
    git clone https://github.com/yourusername/go-short.git
    cd go-short