You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-22Lines changed: 36 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ This repository contains solutions to two distinct tasks:
4
4
5
5
1. A Python Flask API deploying to Production Environment
6
6
2. Secure Database Access from the API
7
+
8
+
The codebase can be better visualized as below:
9
+
10
+

7
11
8
12
# Table of Content
9
13
@@ -77,27 +81,37 @@ All the tools we have used so far are Free to use for personal usage.
77
81
The above command uses docker compose to run containerized instance of our API and `postgres-13.5` database and then uploads the mock data into the postgres database.
78
82
79
83
3. Test the application by making API requests. For example:
@@ -275,7 +289,7 @@ The application infrastructure primarily contains the Terraform code for deployi
275
289
276
290
Override the default values set in the `variables.tf` for each environment in the `[ENVIRONMENT_NAME]/terraform.tfvars` file respectively as shown below:
277
291
278
-
```json
292
+
```terraform
279
293
app_container_config={
280
294
name = "[ENVIRONMENT_NAME]-python-postgres-azure-app"
0 commit comments