- run
cd backend
- run
npm i
- configure aws credentials:
aws configure
(note: currently the system only supports default profile) - run
npm run dev
- run
cd frontend
- run
npm i
- run
npm run dev
- run
cd backend
- install serverless framework:
npm install -g serverless
- run
npm run build
- run
serverless deploy
- automatically deploys on every commit (aws amplify)
Web App (Vue) -> AWS Gateway -> AWS Lambda (Node) -> DynamoDB