Skip to content

mamunsyuhada/express-codebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caching nodejs using Redis with mongo-db

Scenario

Register with Basic Auth

Register with Basic Auth

Redis Cache

Redis Cache

Wanna to try

Install package

npm i

Copy .env.example to .env

cp .env.example .env #ducplicate .env

Then modify your .env

APP_PORT={{ your port }}

REDIS_HOST={{ your redis host target}}
REDIS_PORT={{ your redis port target}}
REDIS_PASS={{ your redis password }}

About

template to build backend system using express.js

Topics

Resources

Stars

Watchers

Forks