06 Database & Caching - Pioneer18/Rent-A-Car GitHub Wiki

MongoDB Atlas (official cloud database)

The application data is stored in a MongoDB Atlas Cluster

Mongoose ODM

This application uses the Mongoose ODM to interact with MongoDB.

Redis

Redis is used to store users' session JWT tokens, and enables users to be logged out before their JWT tokens naturally expire.