URL Shortener A simple and Tiny URL Generator. Prerequisites Docker Goose - Database migration tool SQLC - SQL Compiler Setup Envirnoment Variables cp .env.example .env Start Databases docker compose up -d Run Migrations goose up Development Build the application: make build Run with live reload: make run Clean build artifacts: make clean