Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 521 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 521 Bytes

Kiwi

Kiwi is a very limited Twitter-like web app that allows publishing and viewing messages.

Architecture

Architecture diagram

Requirements

Setup

npm install
cd frontend
npm install

Deployment

# first time only
npx cdk bootstrap

npx cdk deploy KiwiBackendStack --outputs-file backend.json

cd frontend
npm run build
cd ..

npx cdk deploy KiwiFrontendStack