Introduction
Application
Commerce engine built with Node.js and it's popular middleware Express.
Beside Node.js and Maria db, Mustom use several modules like node mailer(as a SMTP mail sender), winston(as a logger). I tried not to use bunch of module, and non popular modules, because they can cause maintenance issue.
Database
By default Mustom project use Maria DB. (MySql can be used. But it is not tested)
Mustom use sequelize as a ORM.
Redis
RabbitMQ
Last updated