A NextJS app where you can create a shortened version of a long URL.
- React
- Next
- TRPC
- Zod
- Prisma
- PostgresDB on supabase
- React-hook-form
- TailwindCSS
- 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