Skip to content

Commit 2035e92

Browse files
author
AncaGhenade
committed
add links to resources
1 parent 366ebe6 commit 2035e92

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ Of course this comes with other advantages, but the first focus point is making
2121

2222
## Prerequisites
2323

24-
- Maven 3.8.5 & Java 17
25-
- AWS free tier account
26-
- Docker - for running LocalStack
27-
- Terraform (+ Python pip for tflocal) for creating AWS & LocalStack resources
28-
- npm - for running the frontend app
24+
- [Maven 3.8.5](https://maven.apache.org/install.html) & [Java 17](https://www.java.com/en/download/help/download_options.html)
25+
- [AWS free tier account](https://aws.amazon.com/free/)
26+
- [LocalStack](https://localstack.cloud/)
27+
- [Docker](https://docs.docker.com/get-docker/) - for running LocalStack
28+
- [Terraform](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli) (+ Python pip for [tflocal](https://pypi.org/project/terraform-local/)) for creating AWS & LocalStack resources
29+
- [npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - for running the frontend app
2930

3031
#### What it does
3132

@@ -145,7 +146,7 @@ Current available actions using the GUI:
145146
Files that are not pictures will be deleted
146147
and the shipment picture will be replaced with a generic icon, because we don't want any trouble.
147148

148-
## Developer environment (Running on LocalStack
149+
## Developer environment (Running on LocalStack)
149150

150151

151152
To switch to using LocalStack instead of AWS services just run `docker compose up` in the root

0 commit comments

Comments
 (0)