下一代星之海官网版本(国际版)
Starrysea International Ver.
-> API Server API Documentation(Chinese Only)
- NodeJS Ver. 7+
- NPM Ver. 4.2+
- MongoDB Ver. 3.4+
- Python Ver. 3.5
- Run MongoDB Server
- Config in
config.js
database
: MongoDB Connection uritrustOrigin
: Origin that will responses an acceptable CROS header
- Install Private Key in
/keys
to decrypt for Cucu's image npm install
node migrate.js
npm run start
- API Server Listen @ Port
3000
(You can edit in./bin/www
)
npm install
npm run build
- Compiled Documentation is in root (
index.html
)
npm install
npm run build
- Compiled File is in
dist
folder
Issues and PR are welcomed :)