go-lopper
is a simple and efficient URL shortener written in Go.
- 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
- Go (version 1.21 or later)
- Clone the repository:
git clone https://github.com/cosmobean/go-lopper.git
- 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