/gentry

Automatically generate poems.

Primary LanguagePython

autopoetry

"Poetry is elementary"

This is a simple application that pulls up a random poem from a DynamoDB table.

In later iterations, the app will generate poetry automatically.

Setup

Environment

This project uses poetry for dependency management. Install dependencies by running:

poetry install

Secrets

Since the application depends on a DynamoDB table in AWS, you will need to supply the credentials to access it. Create a .env file in the following format:

AWS_ACCESS_KEY_ID=***
AWS_SECRET_ACCESS_KEY=***
AWS_REGION=***
DYNAMODB_TABLE=***

References

Insert relevant docs