No description
| Dockerfile | ||
| package.json | ||
| README.md | ||
| server.js | ||
url-shortener
Express + PostgreSQL link shortener.
POST /api/linkswith{"url": "https://example.com"}returns a 7-char hash and short URLGET /<hash>302-redirects to the original URL and counts the hitGET /api/linkslists recent links with hit counts
Reads DATABASE_URL and PORT from the environment — EZKeel provides both at deploy time.