Basic session with redis as the session storage and express as the web server. Built for scalability.
- Clone the repository
- Open root directory in your terminal and run
npm install
- this will install all the dependencies. - In the root directory run
npm run dev
- this will start the server. - 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.