Skip to content

URL Shortner deployed on Vercel using Prisma and Planetscale

License

Notifications You must be signed in to change notification settings

flxhq/url.shortener

Repository files navigation

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

About

URL Shortner deployed on Vercel using Prisma and Planetscale

Topics

Resources

License

Stars

Watchers

Forks