Home

Awesome

URLO

URL shortener built with

Getting Started

git clone https://github.com/mvximenko/urlo.git
npm install

Set up environment variables in .env

UPSTASH_REDIS_REST_URL=<YOUR_UPSTASH_REDIS_REST_URL>
UPSTASH_REDIS_REST_TOKEN=<YOUR_UPSTASH_REDIS_REST_TOKEN>
npm run dev