Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 365 Bytes

File metadata and controls

20 lines (12 loc) · 365 Bytes

dynamodb-sample-app

Example repository for Article Supercharge ⚡️ your dynamodb single-table design with TypeDORM

Installing

npm install

Setup

Bring up local dynamodb service npm run docker:up

Init/create table in our local dynamodb service npm run init:db

Start Application

Run application development mode using, npm run start:dev