install depandency : npm i
run project using command : node app & node chat
create test db in your phpmyadmin
implement all functionality jwt authentication without password bcrypt , image upload, seeder, admin apis & socket
all apis in postman collection into folder
note: your password set in knexfile.js if you have in phpmyadmin
let connection = { host : '127.0.0.1', port : 3306, user : 'root', password : '', database : 'test' };