Skip to content

Commit a20492b

Browse files
committed
adding screenshots
1 parent 23f04ae commit a20492b

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Notebooks
1313
/aws-config
1414
/temp
1515
database/rds_logs/
16-
screenshot*
1716
page-source*
1817
\.vscode/
1918
extend-env.sh

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-local:
1212
# Run
1313
run:
1414
docker-compose up
15-
#run-local:
15+
run-local:
1616
docker-compose -f docker-compose-local.yml up
1717

1818
# Access backend

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ It includes but is not limited to the following -
88
* RedisQueue with Celery for asynchronous process
99

1010
<p>All components created from Docker images that expand on the respective official images from Docker Hub. Docker-compose file binds them together </p>
11+
1112
## Working
1213
<p>The request from an external user hits the nginx web server on port 8080. Depending on the URL,the request is served using Angular code or it is sent to Flask web application. In this app, all request URL starting with /api is sent to Flask web service. The Flask docker container is also running and it exposes port 5000. These setting are defined in nginx.conf file. In this way, nginx is aware of both Frontend and Backend services. The Flask container talks to the PostgreSQL database on port 5432 for any request that require database operations. A separate celery worker is created with takes care of processing any long process asynchronously. Its activated on clicking 'Add dummy' button on frontend</p>
1314

screenshots/landing page.png

376 KB
Loading

screenshots/pycharm run config.png

106 KB
Loading

0 commit comments

Comments
 (0)