Open Issues Need Help
View All on GitHubAI Summary: The task is to upgrade the BookWise application's session management from the default in-memory store to a more robust solution suitable for production environments. This involves choosing a suitable alternative (Redis, database sessions, or MongoDB sessions), installing the necessary packages, configuring the session store in the application, updating environment variables, and documenting the changes in the README. Addressing potential session cleanup mechanisms is also recommended.
BookWise is a simple and intuitive web application for managing your personal book collection. Easily add, view, and organize books by title, author, and publication year. Built with Node.js, Express, hbs, Sequelize, and SQLite. BookWise is perfect for readers who want to keep track of their library in one convenient place.