Skip to content

smart-signature/smart-signature-backend

Repository files navigation

example

QuickStart

see [egg docs][egg] for more detail.

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

Deploy prod:

cd /dist/to/smart-signature-backend

docker-cmopose up -d --build prod

Deploy test

cd /dist/to/smart-signature-backend

docker-cmopose up -d --build test
Deploy ipfs-service

cd /dist/to/ipfs-service

docker-cmopose up -d --build