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

Latest commit

 

History

History
37 lines (23 loc) · 525 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 525 Bytes

Backend App

Content summary generator

Run content-summary-generator locally

npm install -g node-lambda

npm install

npm run build

node-lambda run --apiGateway

Test content-summary-generator

npm test

Word cloud generator

Run word-cloud-generator locally

mvn compile test-compile

BUCKET_NAME=my-s3-bucket mvn exec:java -Dexec.mainClass="wordcloud.WordCloudGeneratorLocalInvoke" -Dexec.classpathScope=test

Test word-cloud-generator

mvn clean compile test