DEV Community

Md.Syed Enam
Md.Syed Enam

Posted on

JWT, Mongoose, MySQL

JWT

JWT is full form JSON Web Tocken.it is transmitting information JSON object. it's data can be verified and trusted with digitally signed.JWTs can be signed using a secret key.

Mongoose

Mongoose is an Object Data Modeling library for MongoDB. it's work like manager for relationship between data, provides schema validation.

MySQL

Its a relationship base Database. It is a open source Database. It’s using is very easy. MySQL database is an assemblage of relationship data. it's organized table, columns and rows.it's free of cost and available as an open-source for anyone to use with any application. In this application SQL, programming language is used to CRUD as MySQL supported with basic SQL queries.

Top comments (1)

Collapse
 
sayedenam profile image
Md.Syed Enam

JWT, Mongoose and MongoDB