Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 398 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 398 Bytes

Multi Room chat app with AWS APIGateway & DynamoDb

  • Run DynamoDb locally using docker

    $ docker-compose up
    
    // or
    
    $ docker run -p 8000: 8000 amazon/dynamodb-local
    
  • Create Tables

    $ node src/db/createTable.js
  • Run the app

    $ serverless offline
  • connect using wscat

    $ wscat -c ws://localhost:3001