Skip to content

Latest commit

 

History

History
48 lines (23 loc) · 852 Bytes

README.md

File metadata and controls

48 lines (23 loc) · 852 Bytes

My_Blog

My_Blog is a complete project using Node and Sequelize.

nodeProject

Objective

Put my knowledge of web development into practice using Node together with a Mysql database.

Technologies

Node;

Express;

Sequelize;

Nodemailer;

JsonWebToken;

Bcryptjs;

Multer;

Mysql2;

Functionalities

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;