express_user_roles icon indicating copy to clipboard operation
express_user_roles copied to clipboard

Not working with MongoDB on Raspberry

Open SpoturDeal opened this issue 2 years ago • 0 comments

Hello Dave,

Great tutorial. I think your tutorial gave me the best start to make it work.

I don't like storing my data on someone else his computer (mongoDB) but MongoDB can not be installed on a raspberry bullseye.

Therefor, I have adapted your code for working with MariaDB and run everything through sequelize. Here is my code MariaDB isn't able to store arrays, so I converted these parts to CSV and got it working as well.

It has been fully based on your code, and it should work with your React app that is the second part of the course.

Also made an adaption to the password even safer by adding a pepper to the password. (You can see in the register and authorization controllers)

SpoturDeal avatar Apr 05 '22 17:04 SpoturDeal