1 | # Social network example |
2 | |
3 | ## Requirements |
4 | |
5 | * AWS account and CLI configured |
6 | * Terraform |
7 | |
8 | ## Deploy |
9 | |
10 | * ```terraform init``` |
11 | * ```terraform apply``` |
12 | |
13 | ## Usage |
14 | |
15 | * Open the page at the output URL |
16 | * Log in with the user: ```user``` // ```Password.1``` |
17 | * Read and write posts, comment, browse friends' feeds |
18 | |
19 | ## Cleanup |
20 | |
21 | * ```terraform destroy``` |
22 |