Skip to content

ulrokx/contactsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Book using Redis-OM, Redisearch, and RedisJSON

This is a Next.js site that uses redis to store contact information, and allows for retrieval of contacts via searching.

How to run

  1. Clone the repository gh repo clone ulrokx/contactsearch
  2. Install dependencies yarn or npm install
  3. Go to redis hosting or download redis.
  4. Start a new database with Redisearch and RedisJSON modules installed.
  5. Create a .env.local file and put the database in the following format: REDIS_URL = redis://default:PASS@ADDRESS:PORT filling in the password, endpoint address and port of the database
  6. Run npm run dev or yarn run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published