https://github.com/Gloaming02/Used-Car-Trading-System
New Functionalities to be used as an in-memory key-value storage:
A shopping cart
To implement the shopping cart I will use a Redis set with the key "Cart:userId", car ids as the values, and a score of the number of cars they want)
mongorestore --uri "mongodb://localhost:27017" --db UsedCarSystem --drop db/UsedCarSystem
npm install
npm start
username: admin
password: admin
https://github.com/Gloaming02/Used-Car-Trading-System
This project will modify the database from my previous project (https://github.com/Gloaming02/Used-Car-Trading-System) to a document-based database (Mongo). Also, add the new Feature with Redis



