Skip to content

redis-developer/redis-starter-nodejs

Repository files navigation

Open in GitHub Codespaces

This is a Redis starter app for Node using:

Getting started

Copy and edit the .env file:

cp .env.example .env.local

Your .env.local file should contain the connection string you copied from Redis Cloud.

Next, run the development server:

npm install
# then
npm run dev

Open http://localhost:3000 with your browser to see the result.

Learn more

To learn more about Redis, take a look at the following resources:

About

A starter project for working with Redis and Node

Topics

Resources

Stars

Watchers

Forks