Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 383 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 383 Bytes

Description

Text summarization and storage past entries using the OpenAI Api and MongoDB.

Environment

Add .env file, as the only thing you need to fill in is the OPENAI_API_KEY from the OpenAI Platform

Running the app

# run docker container
$ docker compose up

Testing

# run tests
$ yarn test