Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 572 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 572 Bytes

Dockerized Node Sample App

Purpose

Shows an example app that queries the etherscan API and store the transactions associated with an ethereum address in mongoDB. Examples for CI/CD are included from circle-ci (.circleci/config.yml) and AWS CodeDeploy (appspec.yml).

Deploy

CircleCI

Create a circle-ci environment, pass it the environment variables: AWS_ACCESS_KEY_ID <YourAccessKey> AWS_SECRET_ACCESS_KEY <YourSecretKey>

AWS Code Deploy

https://docs.aws.amazon.com/codedeploy/latest/userguide/getting-started-codedeploy.html

Run

npm start