Skip to content

mvximenko/urlo

Repository files navigation

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