install nodejs and npm
npm install express mysql2 sequelize bcrypt dotenv cookie-parser cors jsonwebtoken multer path (if you lazy just type npm install)
npm install -g nodemon
use patch for update
create database "perpus" on mysql
#for run "nodemon start" on terminal or node index.js
#for testing use postman or rest client extension on vscode