Roadmap voting app with Next.js.
This example showcases how to use Redis as a data store in a Next.js project.
The example is a roadmap voting application where users can enter and vote for feature requests. It features the following:
This examples uses Upstash (Serverless Redis Database) as its data storage. During deployment. The integration will help you create a free Redis database and link it to your Vercel project automatically.
Execute
npx create-next-app --example with-redis roadmap
yarn create next-app --example with-redis roadmap
pnpm create next-app --example with-redis roadmap
Deploy it to the cloud with Vercel (Documentation).
Roadmap voting app with Next.js.
This example showcases how to use Redis as a data store in a Next.js project.
The example is a roadmap voting application where users can enter and vote for feature requests. It features the following:
This examples uses Upstash (Serverless Redis Database) as its data storage. During deployment. The integration will help you create a free Redis database and link it to your Vercel project automatically.
Execute
npx create-next-app --example with-redis roadmap
yarn create next-app --example with-redis roadmap
pnpm create next-app --example with-redis roadmap
Deploy it to the cloud with Vercel (Documentation).