线上效果:http://172.104.79.155:4000/restful/admin/#/user/list
mysql-restful-api仓库:https://github.com/postor/mysql-restful-api
git clone https://github.com/postor/mysql-restful-api-example.git
cd mysql-restful-api-example
npm install
mysql -uroot test < db.sql
node node_modules/mysql-restful-api/cli.js
prompt: path for generated restful files (restful): (restful)
prompt: where your mysql hosts? (localhost): (localhost)
prompt: on port? (3306): (3306)
prompt: user? (root): (root)
prompt: password? (empty):
prompt: database? (test): (test)
prompt: charset? (utf8): (utf8)
done! files generated in E:\study\mysql-restful-api-example\restful
app.js
app.use('/restful',require('./restful/default-router'))
npm run start