android-chatapp-backend
Marketer-customer chatapp backend for Android.
INSTALLATION
- npm install && bower install.
- open /database/mysql_pool.js and change your mysql password.
- create gagetalk database in mysql.
- run node setup_table.js to setup tables.
- run npm start to run server.