- mysql
- node 7+
npm install
or
yarn
-
copy config.tpl.json to config.json
-
set mysql option
"mysql": {
"connectionLimit" : 10,
"host" : "mysql server host", // default `localhost`
"user" : "mysql user name",
"password" : "mysql password",
"database" : "database name"
}
-
run mongo first
mongod
-
npm start
-
open browser in
localhost:3000