URLO

August 17, 2022 ยท View on GitHub

URL shortener built with

  • Typescript
  • React
  • Styled Components
  • Next.js
  • Redis

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

Contents

  1. 0.1URL shortener built with
  2. 1Getting Started