Description: |
I want to build up the WhatsApp api back-end,
I want have the following things: 0.)Node.js + express
1.)baileys all most functions
2.)multi user (WhatsApp account)
3.)all users sessions is save on database (mysql, table: sessions)
4.) create some APIs : auth, create user, create session [WhatsApp](use user to create session), Send message
5.)when have incoming message, will sent out by api or websocket |