Posts by Carlos • 3 points
2 posts
-
0
votes1
answer129
viewsQ: (Sequelize) Cannot read Property 'title' of Undefined
Hello, I am developing a cart system for Ecommerce, and within the Model Cart, I have made a relationship with User Model and Product Model, so I can access the two items through the Cart. However,…
-
0
votes1
answer52
viewsQ: How to develop with Cooldown with Express-Session
Hello, I am developing a feedback system. The person fills in some data, sends and saves in the database. However, for security reasons, I wanted to create a cooldown so that the person only send…