Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 689 Bytes

TINY-KNTP

A NextJS app where you can create a shortened version of a long URL.

Libraries used

Demo and run-it-yourself

DEMO deployed on Vercel

To run it locally clone the repo and
  • run npm install
  • create .env file in root with key DATABASE_URL="your_db_url"
  • npx prisma db push
  • npx prisma generate
  • npm run dev