An open API service indexing awesome lists of open source software.

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.

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
```