- Install Node.js v14
- Set an environment variable AWS_REGION to us-east-1
- Configure a default AWS profile
aws configure
(if you start it locally)
cd db && npm i && npm run deploy
Note: DB stack should be deployed
cd api && npm i && npm run deploy
Note: Unit and Integration tests will be run automatically
-
cd api && npm i && npm run test
- DB and API should be deployed
-
cd api && npm i && npm run test:integration