**\*** Installations **\***

    -> npm init -y
    -> npm install express
    -> npm i nodemon
    -> npm i express-graphql graphql
    -> npm i sequelize
    -> npm i mysql2
    -> npm i cors
    -> npm i apollo-server
    -> npm i jsonwebtoken
    -> npm i bcryptjs

need to remove
express
