Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Pocket/pocket-event-bridge

Folders and files

NameName
Last commit message
Last commit date
Dec 7, 2023
Apr 20, 2023
Apr 26, 2023
May 6, 2022
Jun 1, 2022
May 6, 2022
May 6, 2022
May 6, 2022
May 6, 2022
May 6, 2022
May 6, 2022
Aug 11, 2023
May 6, 2022
May 6, 2022
Dec 7, 2023
Dec 7, 2023
May 16, 2022
May 6, 2022

Repository files navigation

PocketEventBridge

repository that contains pocket shared event bus, and the event-rules associated with it

Folder structure

  • the infrastructure code is present in .aws
  • the application code is in src
  • .docker contains local setup
  • .circleci contains circleCI setup

Develop Locally

npm install
npm start:dev

Start docker

# npm ci not required if already up-to-date
npm ci
docker compose up