https://github.com/smakosh/next-polls
A simple Next.js with voting polls, more features to be added.
https://github.com/smakosh/next-polls
Last synced: about 1 month ago
JSON representation
A simple Next.js with voting polls, more features to be added.
- Host: GitHub
- URL: https://github.com/smakosh/next-polls
- Owner: smakosh
- Created: 2025-01-18T19:29:06.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-29T02:02:44.000Z (8 months ago)
- Last Synced: 2025-01-29T03:18:16.591Z (8 months ago)
- Language: TypeScript
- Homepage: https://next-polls-chi.vercel.app
- Size: 321 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
1. Create a new [Postgres db on Vercel](https://vercel.com/docs/storage/vercel-postgres)
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=`
4. Install dependencies```bash
pnpm i
```5. Start the dev server and visit `localhost:3000`
```bash
pnpm dev
```