Selfie Processing Android Application using Face++ API api and Node js. Express + mysql With continuous integration
Client Front-end (Android App)
./SelfieLab/Android
Server API,Backend (Node js Express)
./SelfieLab/Server
- in (/Server)
npm install
- import Database in directory
/sqlscript/travis.sql
- Edit mysql config, Server path , Face++ API in
/Server/server.js
- Run Node (in /Server)
- node server.js
or
- sudo forever server.js (for run it forever but need to install forever first with - npm install forever -g)
in _function.java add your server path
public static final String _ServerUrl = "http://path-to-your/server";