Categorygithub.com/hovanhoa/go-url-shortener
repository
0.0.0-20241220052035-5f3527097daa
Repository: https://github.com/hovanhoa/go-url-shortener.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

URL Shortener

About this Repo

This is a repository for URL shortener apis. It comes with most sensible plugins already installed:

How to run

Create the default.yaml file by copy example.yaml file in deployments folder

Download dependencies

go mod download

Run server

make server

Run server with live reload

make air

or

Run with docker

cd deployments
POSTGRES_PASSWORD=... REDIS_PASSWORD=... docker-compose up -d

Open Makefile for more details.

License

Distributed under the MIT License.