Skip to content

CosmoBean/go-lopper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

go-lopper

go-lopper is a simple and efficient URL shortener written in Go.

Features

  • Fast URL shortening with a clean interface
  • Custom alias support
  • Detailed analytics for each shortened URL
  • Built with Go's powerful and performant standard library

Prerequisites

  • Go (version 1.21 or later)

Installation

  1. Clone the repository:
    git clone https://github.com/cosmobean/go-lopper.git
    
  2. Docker Contianer for DB
    docker run --name lopper -e POSTGRES_USER=myuser -e POSTGRES_PASSWORD=mypassword -e POSTGRES_DB=mydatabase -d postgres:14 -p 5432:5432

About

URL Shortener written in go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published