Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 897 Bytes

Readme.md

File metadata and controls

30 lines (24 loc) · 897 Bytes

URL Shortener · CodeQL

This repository holds JavaScript, HTML, Prisma Schema and other Files for URL Shortener App.

Deploy with Vercel

Instructions to run the app

Install the dependencies

npm install && npm run build

Run the app

vercel dev

Environment Variable

Set Prisma Data Proxy as Environment Variable

DATABASE_URL=prisma://{DEPLOYMENT_LOCATION}.prisma-data.com/?api_key={DATA_PROXY_API_KEY}

Stack Used

  • JavaScript
  • Prisma
  • Planetscale
  • Bootstrap