Technical requirements
You can find the code for this chapter here: https://github.com/PacktPublishing/Full-Stack-Web-Development-with-Remix/blob/main/08-session-management/.
Before starting this chapter, follow the instructions in the README.md
file in this chapter’s bee-rich
folder on GitHub. This README
file guides you through adding a User
model to the database schema of the BeeRich application. It further helps you initiate a session.server.ts
file with some useful helper functions. Note that following the README
guide will temporarily break the create and edit expense and income form actions. We will update the code in this chapter. Until then, use the seed data to populate the database for testing purposes.