Skip to content

paul-bokelman/redis-express-sessions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Session management with Redis and Express

Basic session with redis as the session storage and express as the web server. Built for scalability.

How to run the application

  1. Clone the repository
  2. Open root directory in your terminal and run npm install - this will install all the dependencies.
  3. In the root directory run npm run dev - this will start the server.
  4. Make requests to http://localhost:3220 in postman.

You can make postman act as a browser by using postman interceptor, this will allow postman to store cookies set by the server.