Skip to content

denimyftiu/lilurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIL-URL

URL shortner service with cache support (Redis) and persistent store (Postgres).

To run all the infrastructure:

docker-compose up

To compile and run only the shortner server:

go build -o lilurl ./cmd/shortner
./lilurl

The environment configuration for connecting to postgres and redis can be found in: ./pkg/config/config.go.