1.0.9 • Published 7 months ago

@gaias/basenode v1.0.9

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
7 months ago

README

Please follow the step by step to startup your fotapi project.

  • Set fot npm private repository ++++ Already set configs in project level .npmrc & .yarnrc. Change the npm password by setting env if you need to submit code. ++++ source, shell

echo -n 'myuser:mypassword' | openssl base64

npm_config__auth=xxxxxx yarn publish


yarn install

  • Set up your marinedb and import the sql data in file mysqlsampledatabase.sql, then change the db address in ./cfg/database.development.yaml

  • Run project source, shell


yarn dev

Document links