Skip to content

weilyuwang/node-auth-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication in Node.js

To spin up MongoDB and Redis cache

Under the application root directory, run

npm run up

To run the application (in dev mode)

Under the application root directory, run

npm run dev