Skip to content

begin-examples/node-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A super simple Begin create read update delete app that exemplifies a basic todo app that uses one static html page and four API endpoints that connect to a Redis database.

Prerequisites

  1. Follow this tutorial to sign up for a free Redis Enterprise Cloud account.

  2. Create an .env file in the root of this project and add the content below with your server secret added

@testing
REDIS_URL=Your redis url

@staging
REDIS_URL=Your redis url

@production
REDIS_URL=Your redis url

Deploy your own

Deploy to Begin

Deploy your own clone of this app to Begin!

Local development

  • Follow the Redis quickstart to run the DB locally
  • Start the local dev server: npm start

Reference

  • Quickstart - basics on working locally, project structure, deploying, and accessing your Begin app
  • Creating new routes - basics on expanding the capabilities of your app

Head to docs.begin.com to learn more!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published