Skip to content

Commit

Permalink
Merge pull request #144 from FullStackWithLawrence/next
Browse files Browse the repository at this point in the history
docs: add Python, NodeJS and Docker Compose to API requirements
  • Loading branch information
lpm0073 committed Nov 23, 2023
2 parents 460a0d9 + ee034be commit 6625557
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ A REST API implementing each of the [30 example applications](https://platform.o
_If you're new to Terraform then see [Getting Started With AWS and Terraform](./doc/terraform-getting-started.md)_
- [OpenAI platform API key](https://platform.openai.com/).
_If you're new to OpenAI API then see [How to Get an OpenAI API Key](./doc/openai-api-key.md)_
- [Python 3.11](https://www.python.org/downloads/): for creating virtual environment.
- [NodeJS](https://nodejs.org/en/download): used with NPM for configuring Semantic Release
- [Docker Compose](https://docs.docker.com/compose/install/): used for creating the AWS Lambda Layer.

## Documentation

Expand Down

0 comments on commit 6625557

Please sign in to comment.