Skip to content

ssysm/starrysea-nextgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

178 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

starrysea-nextgen

下一代星之海官网版本(国际版)

Starrysea International Ver.

Build Status

Usage

-> API Server API Documentation(Chinese Only)

Setup

Dependencies:

  • NodeJS Ver. 7+
  • NPM Ver. 4.2+
  • MongoDB Ver. 3.4+
  • Python Ver. 3.5

Run API Server(Folder:server):

  • Run MongoDB Server
  • Config in config.js
    • database: MongoDB Connection uri
    • trustOrigin: 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)

Compile API Documentation(Folder:docs):

  • npm install
  • npm run build
  • Compiled Documentation is in root (index.html)

Compile Front End(Folder:client)

  • npm install
  • npm run build
  • Compiled File is in dist folder

Error Reporing

Issues and PR are welcomed :)

About

下一代星之海官网版本

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published