My_Blog is a complete project using Node and Sequelize.
Put my knowledge of web development into practice using Node together with a Mysql database.
Node;
Express;
Sequelize;
Nodemailer;
JsonWebToken;
Bcryptjs;
Multer;
Mysql2;
Create, Read, Update and Delete Post using Sequelize (MySql database);
Create, Read, Update and Delete Author using Sequelize (MySql database);
Create, Read, Update and Delete User using Sequelize (MySql database);
Create, Read, Update and Delete Comments using Sequelize (MySql database);
Password recovery using nodemailer;
Authentication using JsonWebToken;
Image upload using Multer;
Password encryption using Bcryptjs;