Vote App that you can create a question or a poll and share it to others so they can vote
For the first time you visit the app, It will set a new cookie for you that you can be authenticated for next visits and save your questions and polls and share them.
React, Nextjs, Typescript, Trpc, Prisma, TailwindCSS, framer-motion
DB: Cloud MySql from Planetscale
Clone the project
git clone https://github.com/alireza-constantin/roundest-poki
Go to the project directory
cd roundest-poki
Install dependencies
npm install
then enter your database url to these variable in .env file
DATABASE_URL=
Start the development server
npm run dev
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.