https://github.com/mauro-pereira/my_node_blog_project
My_Blog is a complete project using Node and Sequelize.
https://github.com/mauro-pereira/my_node_blog_project
bcryptjs express javascript jsonwebtoken multer mysql nodejs nodemailer sequelize
Last synced: about 1 month ago
JSON representation
My_Blog is a complete project using Node and Sequelize.
- Host: GitHub
- URL: https://github.com/mauro-pereira/my_node_blog_project
- Owner: Mauro-Pereira
- Created: 2020-09-17T22:59:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T14:06:12.000Z (over 4 years ago)
- Last Synced: 2025-01-25T11:43:00.466Z (3 months ago)
- Topics: bcryptjs, express, javascript, jsonwebtoken, multer, mysql, nodejs, nodemailer, sequelize
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My_Blog
My_Blog is a complete project using Node and Sequelize.

## 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;