icpdao backend user-service
- need python and nodejs
- run test
npm install
pip install -r requirements.txt
pytest tests
- install aws-cli and config by https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
- install serverless cli and config by https://www.serverless.com/framework/docs/getting-started/
- add .env
- deploy
sls deploy --stage dev
sls deploy --stage prod