Skip to content

A simple Next.js with voting polls, more features to be added.

Notifications You must be signed in to change notification settings

smakosh/next-polls

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

  1. Create a new Postgres db on Vercel
  2. Copy the config and paste it into an .env.local file
  3. Generate a secret using openssl rand -base64 32 and paste it in your .env.local as SECRET=<YOUR_SECRET_HERE>
  4. Install dependencies
  pnpm i
  1. Start the dev server and visit localhost:3000
  pnpm dev

About

A simple Next.js with voting polls, more features to be added.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published